MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / tcache_salloc

Function tcache_salloc

deps/memkind/src/jemalloc/src/tcache.c:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32/******************************************************************************/
33
34size_t
35tcache_salloc(tsdn_t *tsdn, const void *ptr) {
36 return arena_salloc(tsdn, ptr);
37}
38
39void
40tcache_event_hard(tsd_t *tsd, tcache_t *tcache) {

Callers 3

tcache_alloc_smallFunction · 0.50
tcache_dalloc_smallFunction · 0.50
tcache_dalloc_largeFunction · 0.50

Calls 1

arena_sallocFunction · 0.50

Tested by

no test coverage detected