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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
malloc_hook_test.cc 319 int MunmapReplacement(const void* ptr, size_t size, int* result) {
332 MallocHook::SetMunmapReplacement(&MunmapReplacement);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
malloc_hook_test.cc 319 int MunmapReplacement(const void* ptr, size_t size, int* result) {
332 MallocHook::SetMunmapReplacement(&MunmapReplacement);
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_hook.h 182 // The MunmapReplacement is invoked with munmap arguments just before
183 // the call is actually made. The MunmapReplacement should return true
188 // Only one MunmapReplacement is supported. After setting an
189 // MunmapReplacement you must call RemoveMunmapReplacement before
191 typedef MallocHook_MunmapReplacement MunmapReplacement;
192 inline static bool SetMunmapReplacement(MunmapReplacement hook) {
195 inline static bool RemoveMunmapReplacement(MunmapReplacement hook) {
268 // and MunmapReplacement.
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_hook.h 182 // The MunmapReplacement is invoked with munmap arguments just before
183 // the call is actually made. The MunmapReplacement should return true
188 // Only one MunmapReplacement is supported. After setting an
189 // MunmapReplacement you must call RemoveMunmapReplacement before
191 typedef MallocHook_MunmapReplacement MunmapReplacement;
192 inline static bool SetMunmapReplacement(MunmapReplacement hook) {
195 inline static bool RemoveMunmapReplacement(MunmapReplacement hook) {
268 // and MunmapReplacement.

Completed in 70 milliseconds