Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds