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

Function bootstrap_free

deps/jemalloc/src/jemalloc.c:287–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void
288bootstrap_free(void *ptr) {
289 if (unlikely(ptr == NULL)) {
290 return;
291 }
292
293 a0idalloc(ptr, false);
294}
295
296void
297arena_set(unsigned ind, arena_t *arena) {

Callers

nothing calls this directly

Calls 1

a0idallocFunction · 0.70

Tested by

no test coverage detected