Searched refs:tcache_salloc (Results 1 – 5 of 5) sorted by relevance
145 size_t tcache_salloc(const void *ptr);325 assert(tcache_salloc(ret) == usize); in tcache_alloc_small()421 assert(tcache_salloc(ptr) <= SMALL_MAXCLASS); in tcache_dalloc_small()448 assert(tcache_salloc(ptr) > SMALL_MAXCLASS); in tcache_dalloc_large()449 assert(tcache_salloc(ptr) <= tcache_maxclass); in tcache_dalloc_large()
491 tcache_salloc
493 #define tcache_salloc JEMALLOC_N(tcache_salloc) macro
493 #undef tcache_salloc
26 size_t tcache_salloc(const void *ptr) in tcache_salloc() function