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

Function acl_slice_init

lib_acl_cpp/src/stdlib/malloc.cpp:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247static ACL_MEM_SLICE* __mem_slice = NULL;
248
249void acl_slice_init(void)
250{
251 __mem_slice = acl_mem_slice_init(8, 10240, 100000,
252 ACL_SLICE_FLAG_GC2 | ACL_SLICE_FLAG_RTGC_OFF
253 | ACL_SLICE_FLAG_LP64_ALIGN);
254}
255
256void* acl_new(size_t size, const char* filename,
257 const char* funcname acl_unused, int lineno)

Callers 1

mainFunction · 0.85

Calls 1

acl_mem_slice_initFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…