Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dtcache_inlines.h10 void *tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success);
99 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) in tcache_alloc_easy() function
136 ret = tcache_alloc_easy(tbin, &tcache_success); in tcache_alloc_small()
194 ret = tcache_alloc_easy(tbin, &tcache_success); in tcache_alloc_large()
A Dprivate_symbols.txt451 tcache_alloc_easy
A Dprivate_namespace.h451 #define tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy) macro
A Dprivate_unnamespace.h451 #undef tcache_alloc_easy
/third_party/ulib/jemalloc/src/
A Dtcache.c82 ret = tcache_alloc_easy(tbin, tcache_success); in tcache_alloc_small_hard()

Completed in 9 milliseconds