MCPcopy Create free account
hub / github.com/beefytech/Beef / base_boot

Function base_boot

BeefRT/JEMalloc/src/base.c:524–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524bool
525base_boot(tsdn_t *tsdn) {
526 b0 = base_new(tsdn, 0, (extent_hooks_t *)&ehooks_default_extent_hooks,
527 /* metadata_use_hooks */ true);
528 return (b0 == NULL);
529}

Callers 1

Calls 1

base_newFunction · 0.85

Tested by

no test coverage detected