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

  /bionic/libc/private/
bionic_malloc_dispatch.h 59 MallocMallocUsableSize malloc_usable_size; member in struct:MallocDispatch
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 141 void malloc_usable_size() { function
  /bionic/libc/bionic/
malloc_common.cpp 58 Malloc(malloc_usable_size),
112 extern "C" size_t malloc_usable_size(const void* mem) { function
113 auto _malloc_usable_size = __libc_globals->malloc_dispatch.malloc_usable_size;
117 return Malloc(malloc_usable_size)(mem);
256 malloc_impl_handler, &table->malloc_usable_size, prefix, "malloc_usable_size")) {
  /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);
350 # define malloc_usable_size je_malloc_usable_size macro
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 626 SizeT MC_(malloc_usable_size) ( ThreadId tid, void* p ) function
    [all...]

Completed in 954 milliseconds