Searched refs:addr_after_mmap_call (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc1253 // Get address (PC value) following the mmap call into addr_after_mmap_call
1254 static void* Mmapper(uintptr_t* addr_after_mmap_call) { argument
1257 // Get current PC value into addr_after_mmap_call
1260 *addr_after_mmap_call = reinterpret_cast<uintptr_t>(stack[0]);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc1253 // Get address (PC value) following the mmap call into addr_after_mmap_call
1254 static void* Mmapper(uintptr_t* addr_after_mmap_call) { argument
1257 // Get current PC value into addr_after_mmap_call
1260 *addr_after_mmap_call = reinterpret_cast<uintptr_t>(stack[0]);

Completed in 40 milliseconds