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

Function bootstrap_free

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

Source from the content-addressed store, hash-verified

279}
280
281void
282bootstrap_free(void *ptr) {
283 if (unlikely(ptr == NULL)) {
284 return;
285 }
286
287 a0idalloc(ptr, false);
288}
289
290void
291arena_set(unsigned ind, arena_t *arena) {

Callers

nothing calls this directly

Calls 1

a0idallocFunction · 0.85

Tested by

no test coverage detected