Home
last modified time | relevance | path

Searched defs:je_malloc_usable_size (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/
H A Djemalloc_rename.h19 # define je_malloc_usable_size je_malloc_usable_size macro
42 # define je_malloc_usable_size malloc_usable_size macro
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dpublic_namespace.h12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size) macro
/aosp_15_r20/external/jemalloc_new/src/
H A Djemalloc.c3149 je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) { function