| 95 | } |
| 96 | |
| 97 | void 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 | } |
no test coverage detected
searching dependent graphs…