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

Function acl_line_state_alloc

lib_acl/src/stdlib/string/acl_mystring.c:665–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665ACL_LINE_STATE *acl_line_state_alloc(void)
666{
667 ACL_LINE_STATE *state = (ACL_LINE_STATE*)
668 acl_mycalloc(1, sizeof(ACL_LINE_STATE));
669
670 return state;
671}
672
673void acl_line_state_free(ACL_LINE_STATE *state)
674{

Callers 1

find_blank_lineMethod · 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…