Searched refs:imalloct (Results 1 - 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h612 void *imalloct(size_t size, bool try_tcache, arena_t *arena);
641 imalloct(size_t size, bool try_tcache, arena_t *arena) function
656 return (imalloct(size, true, NULL));
H A Dprivate_namespace.h221 #define imalloct JEMALLOC_N(imalloct) macro
H A Dprivate_unnamespace.h221 #undef imalloct macro
/external/jemalloc/src/
H A Djemalloc.c1390 return (imalloct(usize, try_tcache, arena));

Completed in 83 milliseconds