Home
last modified time | relevance | path

Searched refs:tcache_alloc_easy (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h178 void *tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success);
268 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) in tcache_alloc_easy() function
305 ret = tcache_alloc_easy(tbin, &tcache_success); in tcache_alloc_small()
363 ret = tcache_alloc_easy(tbin, &tcache_success); in tcache_alloc_large()
Dprivate_symbols.txt510 tcache_alloc_easy
Dprivate_namespace.h510 #define tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy) macro
Dprivate_unnamespace.h510 #undef tcache_alloc_easy
/external/jemalloc/src/
Dtcache.c86 ret = tcache_alloc_easy(tbin, tcache_success); in tcache_alloc_small_hard()