Searched refs:tcache_salloc (Results 1 – 5 of 5) sorted by relevance
74 assert(tcache_salloc(tsd_tsdn(tsd), ret) == usize); in tcache_alloc_small()173 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= SMALL_MAXCLASS); in tcache_dalloc_small()198 assert(tcache_salloc(tsd_tsdn(tsd), ptr) > SMALL_MAXCLASS); in tcache_dalloc_large()199 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= tcache_maxclass); in tcache_dalloc_large()
30 size_t tcache_salloc(tsdn_t *tsdn, const void *ptr);
359 #define tcache_salloc JEMALLOC_N(tcache_salloc) macro
352 #define tcache_salloc JEMALLOC_N(tcache_salloc) macro
39 tcache_salloc(tsdn_t *tsdn, const void *ptr) { in tcache_salloc() function