Searched refs:InvokeMmapHook (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook_mmap_linux.h150 // We use do_mmap64 abstraction to put MallocHook::InvokeMmapHook
188 MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
203 MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
H A Dmalloc_hook_mmap_freebsd.h125 MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
H A Dmalloc_hook-inl.h211 inline void MallocHook::InvokeMmapHook(const void* result, function in class:MallocHook
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_hook_mmap_linux.h126 // We use do_mmap64 abstraction to put MallocHook::InvokeMmapHook
162 MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
177 MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
H A Dmalloc_hook_mmap_freebsd.h125 MallocHook::InvokeMmapHook(result, start, length, prot, flags, fd, offset);
H A Dmalloc_hook-inl.h211 inline void MallocHook::InvokeMmapHook(const void* result, function in class:MallocHook
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_hook.h174 inline static void InvokeMmapHook(const void* result,
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_hook.h174 inline static void InvokeMmapHook(const void* result,
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc944 MallocHook::InvokeMmapHook(result, address, size, protect, type, -1, 0);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc944 MallocHook::InvokeMmapHook(result, address, size, protect, type, -1, 0);

Completed in 547 milliseconds