Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
524
bool
525
base_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
malloc_init_hard_a0_locked
Function · 0.85
Calls
1
base_new
Function · 0.85
Tested by
no test coverage detected