OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_crtheap
(Results
1 - 4
of
4
) 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/base/allocator/
allocator_shim.cc
269
// 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/
allocator_shim.cc
316
// We set this to 1 because part of the CRT uses a check of
_crtheap
!= 0
320
extern "C" void*
_crtheap
= reinterpret_cast<void*>(1);
variable
Completed in 77 milliseconds