Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/
Djemalloc_rename.h24 # define je_realloc je_realloc macro
47 # define je_realloc realloc macro
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_namespace.h17 #define je_realloc JEMALLOC_N(realloc) macro
/external/jemalloc/include/jemalloc/
Djemalloc_rename.h13 # define je_realloc je_realloc macro
Djemalloc.h74 # define je_realloc je_realloc macro
/external/jemalloc/include/jemalloc/internal/
Dpublic_namespace.h7 #define je_realloc JEMALLOC_N(realloc) macro
/external/jemalloc_new/src/
Djemalloc.c2305 je_realloc(void *ptr, size_t size) { function
/external/jemalloc/src/
Djemalloc.c1934 je_realloc(void *ptr, size_t size) function