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

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_hook.h34 // memory is allocated or deallocated. MallocHook is thread-safe, and things
38 // CHECK(MallocHook::AddNewHook(&MyNewHook));
55 // CAVEAT: If you add new MallocHook::Invoke* calls then those calls must be
93 // MallocHook_{Add,Remove}*Hook. The version of these inside the MallocHook
97 class PERFTOOLS_DLL_DECL MallocHook { class
256 // and including the caller of MallocHook::Invoke*.
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_hook.h34 // memory is allocated or deallocated. MallocHook is thread-safe, and things
38 // CHECK(MallocHook::AddNewHook(&MyNewHook));
55 // CAVEAT: If you add new MallocHook::Invoke* calls then those calls must be
93 // MallocHook_{Add,Remove}*Hook. The version of these inside the MallocHook
97 class PERFTOOLS_DLL_DECL MallocHook { class
256 // and including the caller of MallocHook::Invoke*.

Completed in 32 milliseconds