Home
last modified time | relevance | path

Searched defs:tcache_success (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h46 bool tcache_success; in tcache_alloc_small() local
110 bool tcache_success; in tcache_alloc_large() local
/external/jemalloc_new/src/
Dtcache.c93 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard()