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

Function a0idalloc

deps/jemalloc/src/jemalloc.c:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244static void
245a0idalloc(void *ptr, bool is_internal) {
246 idalloctm(TSDN_NULL, ptr, NULL, NULL, is_internal, true);
247}
248
249void *
250a0malloc(size_t size) {

Callers 2

a0dallocFunction · 0.70
bootstrap_freeFunction · 0.70

Calls 1

idalloctmFunction · 0.50

Tested by

no test coverage detected