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
47 # undef je_calloc macro
H A Djemalloc.h44 # define je_calloc je_calloc macro
135 JEMALLOC_EXPORT void *je_calloc(size_t num, size_t size)
194 # define calloc je_calloc
226 # 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.c1610 je_calloc(size_t num, size_t size) function

Completed in 70 milliseconds