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

Function acl_stack_size

lib_acl/src/stdlib/common/acl_stack.c:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279int acl_stack_size(const ACL_STACK *s)
280{
281 if (s == NULL)
282 return (-1);
283 return (s->count);
284}
285
286void *acl_stack_pop(ACL_STACK *s)
287{

Callers 4

pollFunction · 0.85
mem_pool_statusFunction · 0.85
memPoolShrinkFunction · 0.85
memPoolAllocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…