Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_mangle.h18 # define realloc je_realloc
50 # undef je_realloc
A Djemalloc_rename.h13 # define je_realloc realloc macro
A Djemalloc.h67 # define je_realloc realloc macro
230 void JEMALLOC_NOTHROW *je_realloc(void *ptr, size_t size)
361 # define realloc je_realloc
393 # undef je_realloc
A Djemalloc_protos.h23 void JEMALLOC_NOTHROW *je_realloc(void *ptr, size_t size)
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dpublic_unnamespace.h7 #undef je_realloc
A Dpublic_namespace.h7 #define je_realloc JEMALLOC_N(realloc) macro
/third_party/ulib/jemalloc/src/
A Dzone.c179 return (je_realloc(ptr, size)); in zone_realloc()
A Djemalloc.c1966 je_realloc(void *ptr, size_t size) in je_realloc() function
2142 JEMALLOC_EXPORT void *(*__realloc_hook)(void *ptr, size_t size) = je_realloc;
2159 void *__libc_realloc(void* ptr, size_t size) PREALIAS(je_realloc);

Completed in 19 milliseconds