Searched refs:_crtheap (Results 1 - 4 of 4) 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/base/allocator/
H A Dallocator_shim.cc269 // We set this to 1 because part of the CRT uses a check of _crtheap != 0
273 extern "C" void* _crtheap = reinterpret_cast<void*>(1); variable
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc332 // We set this to 1 because part of the CRT uses a check of _crtheap != 0
336 extern "C" void* _crtheap = reinterpret_cast<void*>(1); variable

Completed in 203 milliseconds