Searched defs:mremap (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_hooks_android.c56 real_mremap = (mremap_t) dlsym(RTLD_NEXT, "mremap");
133 HEAP_PROFILER_EXPORT void* mremap( function
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook.cc35 // Disable the glibc prototype of mremap(), as older versions of the
39 # define mremap glibc_mremap macro
41 # undef mremap macro
693 // On systems where we know how, we override mmap/munmap/mremap/sbrk
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_hook.cc35 // Disable the glibc prototype of mremap(), as older versions of the
39 # define mremap glibc_mremap macro
41 # undef mremap macro
693 // On systems where we know how, we override mmap/munmap/mremap/sbrk
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h2244 LSS_INLINE void *LSS_NAME(mremap)(void *old_address, size_t old_size, function
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h2148 LSS_INLINE void *LSS_NAME(mremap)(void *old_address, size_t old_size, function

Completed in 1929 milliseconds