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

Function base_boot

deps/jemalloc/src/base.c:510–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510bool
511base_boot(tsdn_t *tsdn) {
512 b0 = base_new(tsdn, 0, (extent_hooks_t *)&extent_hooks_default);
513 return (b0 == NULL);
514}

Callers 1

Calls 1

base_newFunction · 0.70

Tested by

no test coverage detected