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

Function memPoolInUseSize

lib_acl/src/stdlib/memory/squid_allocator.c:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344static 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
350static size_t memTotalAllocated(ACL_ALLOCATOR *allocator)
351{

Callers 1

memPoolDescribeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…