HomeSort by relevance Sort by last modified time
    Searched refs:MmapReplacement (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_hook.h 139 // The MmapReplacement is invoked after the PreMmapHook but before
140 // the call is actually made. The MmapReplacement should return true
146 // Only one MmapReplacement is supported. After setting an MmapReplacement
149 typedef MallocHook_MmapReplacement MmapReplacement;
150 inline static bool SetMmapReplacement(MmapReplacement hook) {
153 inline static bool RemoveMmapReplacement(MmapReplacement hook) {
267 // Note: These do not run hooks, but they still use the MmapReplacement
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_hook.h 139 // The MmapReplacement is invoked after the PreMmapHook but before
140 // the call is actually made. The MmapReplacement should return true
146 // Only one MmapReplacement is supported. After setting an MmapReplacement
149 typedef MallocHook_MmapReplacement MmapReplacement;
150 inline static bool SetMmapReplacement(MmapReplacement hook) {
153 inline static bool RemoveMmapReplacement(MmapReplacement hook) {
267 // Note: These do not run hooks, but they still use the MmapReplacement
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
malloc_hook_test.cc 303 int MmapReplacement(const void* start,
331 MallocHook::SetMmapReplacement(&MmapReplacement);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
malloc_hook_test.cc 303 int MmapReplacement(const void* start,
331 MallocHook::SetMmapReplacement(&MmapReplacement);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook-inl.h 145 extern HookList<MallocHook::MmapReplacement> mmap_replacement_;
malloc_hook.cc 293 HookList<MallocHook::MmapReplacement> mmap_replacement_ = { 0 };
367 RAW_CHECK(mmap_replacement_.empty(), "Only one MMapReplacement is allowed.");
560 INVOKE_REPLACEMENT(MmapReplacement, mmap_replacement_,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_hook-inl.h 145 extern HookList<MallocHook::MmapReplacement> mmap_replacement_;
malloc_hook.cc 293 HookList<MallocHook::MmapReplacement> mmap_replacement_ = { 0 };
367 RAW_CHECK(mmap_replacement_.empty(), "Only one MMapReplacement is allowed.");
560 INVOKE_REPLACEMENT(MmapReplacement, mmap_replacement_,

Completed in 84 milliseconds