MCPcopy 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

25static size_t __max_size = 1024 * 1024 * 100;
26
27static void init(void)
28{
29 __var_allocator = acl_allocator_create(__max_size);
30}
31
32static void end_prompt(void)
33{

Callers 1

mainFunction · 0.70

Calls 1

acl_allocator_createFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…