Home
last modified time | relevance | path

Searched refs:cache_bin_alloc_easy (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h51 ret = cache_bin_alloc_easy(bin, &tcache_success); in tcache_alloc_small()
114 ret = cache_bin_alloc_easy(bin, &tcache_success); in tcache_alloc_large()
Dcache_bin.h91 cache_bin_alloc_easy(cache_bin_t *bin, bool *success) { in cache_bin_alloc_easy() function
/external/jemalloc_new/src/
Dtcache.c102 ret = cache_bin_alloc_easy(tbin, tcache_success); in tcache_alloc_small_hard()