Searched refs:_crtheap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Doverride_functions.cc118 // We set this to 1 because part of the CRT uses a check of _crtheap != 0
122 extern "C" void* _crtheap = reinterpret_cast<void*>(1); variable
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Doverride_functions.cc118 // We set this to 1 because part of the CRT uses a check of _crtheap != 0
122 extern "C" void* _crtheap = reinterpret_cast<void*>(1); variable
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc278 // We set this to 1 because part of the CRT uses a check of _crtheap != 0
282 extern "C" void* _crtheap = reinterpret_cast<void*>(1); variable

Completed in 3425 milliseconds