Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/include/jemalloc/
H A Djemalloc_rename.h24 # define je_realloc je_realloc macro
47 # define je_realloc realloc macro
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dpublic_namespace.h17 #define je_realloc JEMALLOC_N(realloc) macro
/aosp_15_r20/external/jemalloc_new/src/
H A Djemalloc.c2307 je_realloc(void *ptr, size_t size) { function