Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ init
Function
init
lib_acl/samples/mempool/main.c:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
static size_t __max_size = 1024 * 1024 * 100;
26
27
static void init(void)
28
{
29
__var_allocator = acl_allocator_create(__max_size);
30
}
31
32
static void end_prompt(void)
33
{
Callers
1
main
Function · 0.70
Calls
1
acl_allocator_create
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…