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

  /art/openjdkjvmti/
ti_allocator.cc 36 #define malloc_usable_size(P) 0 macro
78 allocated += malloc_usable_size(ret);
90 allocated -= malloc_usable_size(mem);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 143 void malloc_usable_size() { function
  /bionic/libc/bionic/
malloc_common.cpp 118 extern "C" size_t malloc_usable_size(const void* mem) { function
121 return dispatch_table->malloc_usable_size(mem);
123 return Malloc(malloc_usable_size)(mem);
  /bionic/libc/private/
bionic_malloc_dispatch.h 63 MallocMallocUsableSize malloc_usable_size; member in struct:MallocDispatch
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 105 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
159 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugK
167 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugL
177 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
181 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.h 31 # define malloc_usable_size je_malloc_usable_size macro
jemalloc_mangle_jet.h 31 # define malloc_usable_size jet_malloc_usable_size macro
jemalloc.h 33 * size_t malloc_usable_size(const void *ptr);
110 # define je_malloc_usable_size malloc_usable_size
375 # define malloc_usable_size je_malloc_usable_size macro
  /external/jemalloc_new/include/jemalloc/
jemalloc_mangle.h 23 # define malloc_usable_size je_malloc_usable_size macro
jemalloc_mangle_jet.h 23 # define malloc_usable_size jet_malloc_usable_size macro
jemalloc.h 29 * size_t malloc_usable_size(const void *ptr);
354 # define malloc_usable_size je_malloc_usable_size macro
  /external/u-boot/common/
dlmalloc.c 2233 size_t malloc_usable_size(Void_t* mem) function
    [all...]

Completed in 691 milliseconds