Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ acl_slice_alloc
Function
acl_slice_alloc
lib_acl/src/stdlib/memory/acl_slice.c:1149–1152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1147
}
1148
1149
void *acl_slice_alloc(ACL_SLICE *slice)
1150
{
1151
return slice->slice_alloc(slice);
1152
}
1153
1154
void *acl_slice_calloc(ACL_SLICE *slice)
1155
{
Callers
11
slice_alloc
Function · 0.85
slice_gc1
Function · 0.85
slice_gc
Function · 0.85
acl_slice_pool_alloc
Function · 0.85
acl_btree_add
Function · 0.85
acl_binhash_enter
Function · 0.85
htable_enter
Function · 0.85
binhash_enter
Function · 0.85
io_blk_new
Function · 0.85
mdt_idx_add
Function · 0.85
mdt_node_new
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…