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

  /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/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

Completed in 1228 milliseconds