Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
int acl_stack_size(const ACL_STACK *s)
280
{
281
if (s == NULL)
282
return (-1);
283
return (s->count);
284
}
285
286
void *acl_stack_pop(ACL_STACK *s)
287
{
Callers
4
poll
Function · 0.85
mem_pool_status
Function · 0.85
memPoolShrink
Function · 0.85
memPoolAlloc
Function · 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…