Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ malloc_tsd_dalloc
Function
malloc_tsd_dalloc
deps/memkind/src/jemalloc/src/tsd.c:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
void
155
malloc_tsd_dalloc(void *wrapper) {
156
a0dalloc(wrapper);
157
}
158
159
#if defined(JEMALLOC_MALLOC_THREAD_CLEANUP) || defined(_WIN32)
160
#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