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

/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h146 void *tcache_alloc_easy(tcache_bin_t *tbin);
256 tcache_alloc_easy(tcache_bin_t *tbin) function
282 ret = tcache_alloc_easy(tbin);
326 ret = tcache_alloc_easy(tbin);
H A Dprivate_namespace.h368 #define tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy) macro
H A Dprivate_unnamespace.h368 #undef tcache_alloc_easy macro
/external/jemalloc/src/
H A Dtcache.c76 ret = tcache_alloc_easy(tbin);

Completed in 636 milliseconds