HomeSort by relevance Sort by last modified time
    Searched refs:_crtheap (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
override_functions.cc 118 // 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/
override_functions.cc 118 // 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/
allocator_shim.cc 285 // We set this to 1 because part of the CRT uses a check of _crtheap != 0
289 extern "C" void* _crtheap = reinterpret_cast<void*>(1); variable

Completed in 3747 milliseconds