Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ malloc_tsd_dalloc
Function
malloc_tsd_dalloc
deps/jemalloc/src/tsd.c:323–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
void
324
malloc_tsd_dalloc(void *wrapper) {
325
a0dalloc(wrapper);
326
}
327
328
#if defined(JEMALLOC_MALLOC_THREAD_CLEANUP) || defined(_WIN32)
329
#ifndef _WIN32
Callers
2
tsd_cleanup_wrapper
Function · 0.50
tsd_cleanup_wrapper
Function · 0.50
Calls
1
a0dalloc
Function · 0.70
Tested by
no test coverage detected