Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ acl_array_create
Function
acl_array_create
lib_acl/src/stdlib/common/acl_array.c:160–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
ACL_ARRAY *acl_array_create(int init_size)
161
{
162
return acl_array_dbuf_create(init_size, NULL);
163
}
164
165
ACL_ARRAY *acl_array_dbuf_create(int init_size, ACL_DBUF_POOL *dbuf)
166
{
Callers
15
main
Function · 0.85
epoll_event_create
Function · 0.85
array_iter
Function · 0.85
proctl_service_init
Function · 0.85
aut_register
Function · 0.85
aut_parse_args_list
Function · 0.85
__init
Function · 0.85
acl_vstream_clone
Function · 0.85
acl_vstream_add_close_handle
Function · 0.85
acl_log_get_streams
Function · 0.85
acl_dlink_create
Function · 0.85
_create_cfg_line
Function · 0.85
Calls
1
acl_array_dbuf_create
Function · 0.85
Tested by
3
aut_register
Function · 0.68
aut_parse_args_list
Function · 0.68
__init
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…