Home
last modified time | relevance | path

Searched refs:je_malloc_usable_size (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc/include/jemalloc/
Djemalloc_rename.h26 # define je_malloc_usable_size je_malloc_usable_size macro
Djemalloc.h86 # define je_malloc_usable_size je_malloc_usable_size macro
247 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_malloc_usable_size(
350 # define malloc_usable_size je_malloc_usable_size
382 # undef je_malloc_usable_size
Djemalloc_mangle.h31 # define malloc_usable_size je_malloc_usable_size
63 # undef je_malloc_usable_size
Djemalloc_protos.h53 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_malloc_usable_size(
/external/jemalloc/include/jemalloc/internal/
Dpublic_unnamespace.h20 #undef je_malloc_usable_size
Dpublic_symbols.txt20 malloc_usable_size:je_malloc_usable_size
Dpublic_namespace.h20 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size) macro
/external/jemalloc/src/
Djemalloc.c2765 je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) function