Home
last modified time | relevance | path

Searched refs:tcache_salloc (Results 1 – 4 of 4) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h78 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()
H A Dtcache_externs.h37 size_t tcache_salloc(tsdn_t *tsdn, const void *ptr);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h683 #define tcache_salloc JEMALLOC_N(tcache_salloc) macro
/src/contrib/jemalloc/src/
H A Dtcache.c85 tcache_salloc(tsdn_t *tsdn, const void *ptr) { in tcache_salloc() function