Searched refs:system_alloc_inited (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsystem-alloc.cc445 static bool system_alloc_inited = false; variable
475 if (!system_alloc_inited) {
477 system_alloc_inited = true;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsystem-alloc.cc582 static bool system_alloc_inited = false; variable
619 if (!system_alloc_inited) {
621 system_alloc_inited = true;

Completed in 92 milliseconds