Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/
Djemalloc_rename.h19 # define je_malloc_usable_size je_malloc_usable_size macro
42 # define je_malloc_usable_size malloc_usable_size macro
Djemalloc_mangle.h23 # define malloc_usable_size je_malloc_usable_size
55 # undef je_malloc_usable_size
Djemalloc.h239 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_malloc_usable_size(
354 # define malloc_usable_size je_malloc_usable_size
386 # undef je_malloc_usable_size
Djemalloc_protos.h53 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_malloc_usable_size(
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_unnamespace.h12 #undef je_malloc_usable_size
Dpublic_namespace.h12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size) macro
/external/jemalloc_new/src/
Djemalloc.c3147 je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) { function