Searched refs:allocation_base (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.cc488 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/
H A Dpreamble_patcher.cc488 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 101 milliseconds