MCPcopy Create free account
hub / github.com/acl-dev/acl / __stack_init

Function __stack_init

unit_test/stdlib/test_stack.c:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17ACL_STACK *__stack = NULL;
18
19static void __stack_init(void)
20{
21 if (__stack != NULL)
22 return;
23 __stack = acl_stack_create(100);
24}
25
26int test_stack_bat_add(AUT_LINE *test_line acl_unused, void *arg acl_unused)
27{

Callers 3

test_stack_bat_addFunction · 0.85
test_stack_walkFunction · 0.85
test_stack_popFunction · 0.85

Calls 1

acl_stack_createFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…