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

Function a0idalloc

app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238static void
239a0idalloc(void *ptr, bool is_internal) {
240 idalloctm(TSDN_NULL, ptr, NULL, NULL, is_internal, true);
241}
242
243void *
244a0malloc(size_t size) {

Callers 2

a0dallocFunction · 0.85
bootstrap_freeFunction · 0.85

Calls 1

idalloctmFunction · 0.85

Tested by

no test coverage detected