Searched refs:tcache_salloc (Results 1 – 4 of 4) sorted by relevance
78 assert(tcache_salloc(tsd_tsdn(tsd), ret) == usize); in tcache_alloc_small()131 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= SC_SMALL_MAXCLASS); in tcache_dalloc_small()167 assert(tcache_salloc(tsd_tsdn(tsd), ptr) in tcache_dalloc_large()169 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= tcache_maxclass); in tcache_dalloc_large()
37 size_t tcache_salloc(tsdn_t *tsdn, const void *ptr);
683 #define tcache_salloc JEMALLOC_N(tcache_salloc) macro
85 tcache_salloc(tsdn_t *tsdn, const void *ptr) { in tcache_salloc() function