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

Function toKB

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

Source from the content-addressed store, hash-verified

54}
55
56static size_t toKB(size_t size)
57{
58 return (size + 1024 - 1) / 1024;
59}
60
61/* to-do: make debug level a parameter? */
62static void memPoolDescribe(const ACL_MEM_POOL * pool)

Callers 2

memPoolDescribeFunction · 0.85
memShrinkFunction · 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…