HomeSort by relevance Sort by last modified time
    Searched defs:MallocHook (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_hook.h 34 // 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 {
256 // and including the caller of MallocHook::Invoke*.
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_hook.h 34 // 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 {
256 // and including the caller of MallocHook::Invoke*.

Completed in 2072 milliseconds