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

Function tcache_salloc

deps/jemalloc/src/tcache.c:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33/******************************************************************************/
34
35size_t
36tcache_salloc(tsdn_t *tsdn, const void *ptr) {
37 return arena_salloc(tsdn, ptr);
38}
39
40void
41tcache_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