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

/external/jemalloc/include/jemalloc/
H A Djemalloc_rename.h10 # define je_calloc je_calloc macro
H A Djemalloc_mangle.h15 # define calloc je_calloc
46 # undef je_calloc macro
H A Djemalloc.h42 # define je_calloc je_calloc macro
122 JEMALLOC_EXPORT void *je_calloc(size_t num, size_t size)
176 # define calloc je_calloc
207 # undef je_calloc macro
H A Djemalloc_protos.h11 JEMALLOC_EXPORT void *je_calloc(size_t num, size_t size)
/external/jemalloc/include/jemalloc/internal/
H A Dpublic_unnamespace.h4 #undef je_calloc macro
H A Dpublic_namespace.h4 #define je_calloc JEMALLOC_N(calloc) macro
/external/jemalloc/src/
H A Dzone.c73 return (je_calloc(num, size));
H A Djemalloc.c1120 je_calloc(size_t num, size_t size) function

Completed in 268 milliseconds