Home
last modified time | relevance | path

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

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDtcache.h163 void tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr,
363 tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind) in tcache_dalloc_small() function
HDprivate_namespace.h443 #define tcache_dalloc_small JEMALLOC_N(tcache_dalloc_small) macro
HDarena.h1271 tcache_dalloc_small(tsd, tcache, ptr, binind); in arena_dalloc()
1322 tcache_dalloc_small(tsd, tcache, ptr, binind); in arena_sdalloc()