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

Function acl_vstring_alloc

lib_acl/src/stdlib/acl_vstring.c:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196/* acl_vstring_alloc - create variable-length string */
197
198ACL_VSTRING *acl_vstring_alloc(size_t len)
199{
200 return acl_vstring_slice_alloc(NULL, len);
201}
202
203ACL_VSTRING *acl_vstring_slice_alloc(ACL_SLICE_POOL *slice, size_t len)
204{

Callers 15

main_fiber_sighupFunction · 0.85
main_fiber_sighupFunction · 0.85
dict_load_fpFunction · 0.85
dict_evalFunction · 0.85
dict_flags_strFunction · 0.85
dict_pool_newFunction · 0.85
str_name_mask_optFunction · 0.85
mainFunction · 0.85
mac_parseFunction · 0.85
dict_cdbq_lookupFunction · 0.85
dict_cdbq_openFunction · 0.85
dict_cdbm_updateFunction · 0.85

Calls 1

acl_vstring_slice_allocFunction · 0.85

Tested by 15

test_fseek3Function · 0.68
test_fseek2Function · 0.68
test_fseekFunction · 0.68
test_buffer_getsFunction · 0.68
test_buffer_spaceFunction · 0.68
test_vstring_vsprintfFunction · 0.68
test_selectFunction · 0.68
test_json_buildFunction · 0.68
test_json_dataFunction · 0.68
test_jsonFunction · 0.68
test_jsonFunction · 0.68
dict_test1Function · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…