Searched defs:tcache_alloc_easy (Results 1 - 3 of 3) 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

Completed in 74 milliseconds