Searched defs:has_called_before_constructors (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc2244 static bool has_called_before_constructors = false; variable
2254 if (has_called_before_constructors) return;
2255 has_called_before_constructors = true;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc2243 static bool has_called_before_constructors = false; variable
2253 if (has_called_before_constructors) return;
2254 has_called_before_constructors = true;

Completed in 419 milliseconds