Searched refs:tcache_dalloc_small (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/jemalloc/include/jemalloc/internal/ |
| HD | tcache.h | 163 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
|
| HD | private_namespace.h | 443 #define tcache_dalloc_small JEMALLOC_N(tcache_dalloc_small) macro
|
| HD | arena.h | 1271 tcache_dalloc_small(tsd, tcache, ptr, binind); in arena_dalloc() 1322 tcache_dalloc_small(tsd, tcache, ptr, binind); in arena_sdalloc()
|