Searched refs:je_realloc (Results 1 - 8 of 8) sorted by relevance

/external/jemalloc/include/jemalloc/
H A Djemalloc_rename.h13 # define je_realloc je_realloc macro
H A Djemalloc_mangle.h18 # define realloc je_realloc
49 # undef je_realloc macro
H A Djemalloc.h45 # define je_realloc je_realloc macro
128 JEMALLOC_EXPORT void *je_realloc(void *ptr, size_t size);
179 # define realloc je_realloc
210 # undef je_realloc macro
H A Djemalloc_protos.h17 JEMALLOC_EXPORT void *je_realloc(void *ptr, size_t size);
/external/jemalloc/include/jemalloc/internal/
H A Dpublic_unnamespace.h7 #undef je_realloc macro
H A Dpublic_namespace.h7 #define je_realloc JEMALLOC_N(realloc) macro
/external/jemalloc/src/
H A Dzone.c103 return (je_realloc(ptr, size));
H A Djemalloc.c1241 je_realloc(void *ptr, size_t size) function
1364 JEMALLOC_EXPORT void *(*__realloc_hook)(void *ptr, size_t size) = je_realloc;

Completed in 99 milliseconds