Searched refs:tcache_salloc (Results 1 – 5 of 5) sorted by relevance
103 size_t tcache_salloc(const void *ptr);276 assert(tcache_salloc(ret) == size); in tcache_alloc_small()358 assert(tcache_salloc(ptr) <= SMALL_MAXCLASS); in tcache_dalloc_small()384 assert(tcache_salloc(ptr) > SMALL_MAXCLASS); in tcache_dalloc_large()385 assert(tcache_salloc(ptr) <= tcache_maxclass); in tcache_dalloc_large()
403 tcache_salloc
403 #define tcache_salloc JEMALLOC_N(tcache_salloc) macro
403 #undef tcache_salloc
21 size_t tcache_salloc(const void *ptr) in tcache_salloc() function