OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocation_base
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.cc
488
unsigned char*
allocation_base
= reinterpret_cast<unsigned char*>(
local
493
__int64 val = reinterpret_cast<__int64>(
allocation_base
) -
503
pv = ::VirtualAlloc(reinterpret_cast<void*>(
allocation_base
-
513
allocation_base
= reinterpret_cast<unsigned char*>(
517
__int64 val = reinterpret_cast<__int64>(
allocation_base
) +
523
pv = ::VirtualAlloc(reinterpret_cast<void*>(
allocation_base
+
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.cc
488
unsigned char*
allocation_base
= reinterpret_cast<unsigned char*>(
local
493
__int64 val = reinterpret_cast<__int64>(
allocation_base
) -
503
pv = ::VirtualAlloc(reinterpret_cast<void*>(
allocation_base
-
513
allocation_base
= reinterpret_cast<unsigned char*>(
517
__int64 val = reinterpret_cast<__int64>(
allocation_base
) +
523
pv = ::VirtualAlloc(reinterpret_cast<void*>(
allocation_base
+
Completed in 161 milliseconds