| 342 | } |
| 343 | |
| 344 | static size_t memPoolInUseSize(const ACL_MEM_POOL * pool) |
| 345 | { |
| 346 | acl_assert(pool); |
| 347 | return (pool->obj_size * ((const MemPool *) pool)->meter.inuse.level); |
| 348 | } |
| 349 | |
| 350 | static size_t memTotalAllocated(ACL_ALLOCATOR *allocator) |
| 351 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…