Home
last modified time | relevance | path

Searched defs:tcache_success (Results 1 – 4 of 4) 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/include/jemalloc/internal/
Dtcache.h268 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) in tcache_alloc_easy()
300 bool tcache_success; in tcache_alloc_small() local
359 bool tcache_success; in tcache_alloc_large() local
/external/jemalloc/src/
Dtcache.c78 tcache_bin_t *tbin, szind_t binind, bool *tcache_success) in tcache_alloc_small_hard()
/external/jemalloc_new/src/
Dtcache.c93 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard()