MCPcopy 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
1149void *acl_slice_alloc(ACL_SLICE *slice)
1150{
1151 return slice->slice_alloc(slice);
1152}
1153
1154void *acl_slice_calloc(ACL_SLICE *slice)
1155{

Callers 11

slice_allocFunction · 0.85
slice_gc1Function · 0.85
slice_gcFunction · 0.85
acl_slice_pool_allocFunction · 0.85
acl_btree_addFunction · 0.85
acl_binhash_enterFunction · 0.85
htable_enterFunction · 0.85
binhash_enterFunction · 0.85
io_blk_newFunction · 0.85
mdt_idx_addFunction · 0.85
mdt_node_newFunction · 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…