MCPcopy Create free account
hub / github.com/F-Stack/f-stack / malloc_tsd_dalloc

Function malloc_tsd_dalloc

app/redis-6.2.6/deps/jemalloc/src/tsd.c:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void
165malloc_tsd_dalloc(void *wrapper) {
166 a0dalloc(wrapper);
167}
168
169#if defined(JEMALLOC_MALLOC_THREAD_CLEANUP) || defined(_WIN32)
170#ifndef _WIN32

Callers 2

tsd_cleanup_wrapperFunction · 0.85
tsd_cleanup_wrapperFunction · 0.85

Calls 1

a0dallocFunction · 0.85

Tested by

no test coverage detected