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

  /external/qemu/android/base/memory/
MallocUsableSize.h 16 // system has malloc_usable_size(). Which takes the address of a malloc-ed
31 # define malloc_usable_size malloc_size macro
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 32 DECLARE_REAL_AND_INTERCEPTOR(uptr, malloc_usable_size, void *mem)
40 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebug
45 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
121 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 141 void malloc_usable_size() { function
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_osx.h 205 size_t malloc_usable_size(void* p) { return tc_malloc_size(p); } function
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_osx.h 205 size_t malloc_usable_size(void* p) { return tc_malloc_size(p); } function
  /bionic/libc/bionic/
malloc_debug_common.cpp 71 Malloc(malloc_usable_size),
262 extern "C" size_t malloc_usable_size(const void* mem) { function
263 return __libc_malloc_dispatch->malloc_usable_size(mem);
316 InitMallocFunction<MallocDebugMallocUsableSize>(malloc_impl_handler, &table->malloc_usable_size, prefix, "malloc_usable_size");
468 (malloc_dispatch_table.malloc_usable_size == NULL) ||
malloc_debug_common.h 96 MallocDebugMallocUsableSize malloc_usable_size; member in struct:MallocDebug
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.h 30 # define malloc_usable_size je_malloc_usable_size macro
jemalloc_mangle_jet.h 30 # define malloc_usable_size jet_malloc_usable_size macro
jemalloc.h 20 * size_t malloc_usable_size(const void *ptr);
191 # define malloc_usable_size je_malloc_usable_size macro
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 648 SizeT MC_(malloc_usable_size) ( ThreadId tid, void* p ) function
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 2395 SizeT VG_(malloc_usable_size) ( void* p ) function
    [all...]

Completed in 75 milliseconds