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

Function vstring_pool_create

lib_acl/src/stdlib/memory/vstring_pool.c:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void vstring_pool_create(ACL_ALLOCATOR *allocator)
98{
99 __var_allocator = allocator;
100
101 acl_allocator_pool_add(allocator, label, sizeof(ACL_VSTRING),
102 ACL_MEM_TYPE_VSTRING, after_alloc_fn, before_free_fn, NULL);
103}

Callers 1

acl_allocator_createFunction · 0.85

Calls 1

acl_allocator_pool_addFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…