Searched defs:PreMmapHook (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_hook.h121 // The PreMmapHook is invoked with mmap or mmap64 arguments just
125 typedef MallocHook_PreMmapHook PreMmapHook; typedef in class:MallocHook
126 inline static bool AddPreMmapHook(PreMmapHook hook) {
129 inline static bool RemovePreMmapHook(PreMmapHook hook) {
139 // The MmapReplacement is invoked after the PreMmapHook but before
284 inline static PreMmapHook GetPreMmapHook();
285 inline static PreMmapHook SetPreMmapHook(PreMmapHook hook) {
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_hook.h121 // The PreMmapHook is invoked with mmap or mmap64 arguments just
125 typedef MallocHook_PreMmapHook PreMmapHook; typedef in class:MallocHook
126 inline static bool AddPreMmapHook(PreMmapHook hook) {
129 inline static bool RemovePreMmapHook(PreMmapHook hook) {
139 // The MmapReplacement is invoked after the PreMmapHook but before
284 inline static PreMmapHook GetPreMmapHook();
285 inline static PreMmapHook SetPreMmapHook(PreMmapHook hook) {

Completed in 52 milliseconds