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

/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h887 void iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path);
1074 iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path)
H A Dprivate_namespace.h292 #define iqalloc JEMALLOC_N(iqalloc) macro
H A Dprivate_unnamespace.h292 #undef iqalloc macro
/external/jemalloc/src/
H A Djemalloc.c1831 iqalloc(tsd, ptr, tcache, false);
1835 iqalloc(tsd, ptr, tcache, true);

Completed in 101 milliseconds