Searched refs:tcache_salloc (Results 1 – 3 of 3) sorted by relevance
74 assert(tcache_salloc(tsd_tsdn(tsd), ret) == usize); in tcache_alloc_small()169 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= SMALL_MAXCLASS); in tcache_dalloc_small()194 assert(tcache_salloc(tsd_tsdn(tsd), ptr) > SMALL_MAXCLASS); in tcache_dalloc_large()195 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= tcache_maxclass); in tcache_dalloc_large()
30 size_t tcache_salloc(tsdn_t *tsdn, const void *ptr);
35 tcache_salloc(tsdn_t *tsdn, const void *ptr) { in tcache_salloc() function