Searched refs:tcache_salloc (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h30 size_t tcache_salloc(tsdn_t *tsdn, const void *ptr);
H A Dtcache_inlines.h157 assert(tcache_salloc(tsd_tsdn(tsd), ret) == usize);
246 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= SMALL_MAXCLASS);
272 assert(tcache_salloc(tsd_tsdn(tsd), ptr) > SMALL_MAXCLASS);
273 assert(tcache_salloc(tsd_tsdn(tsd), ptr) <= tcache_maxclass);
H A Dprivate_namespace.h472 #define tcache_salloc JEMALLOC_N(tcache_salloc) macro
H A Dprivate_unnamespace.h472 #undef tcache_salloc macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtcache.c27 tcache_salloc(tsdn_t *tsdn, const void *ptr) function

Completed in 110 milliseconds