Searched refs:tcache_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/jemalloc/src/
H A Dtcache.c319 size_t tcache_size; local
354 tcache_size = arena_salloc(tcache, false);
355 if (tcache_size <= SMALL_MAXCLASS) {
363 } else if (tcache_size <= tcache_maxclass) {

Completed in 70 milliseconds