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

Function toMB

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

Source from the content-addressed store, hash-verified

49#define memMeterDel(m, sz) { (m).level -= (sz); }
50
51static double toMB(size_t size)
52{
53 return ((double) size) / MB;
54}
55
56static size_t toKB(size_t size)
57{

Callers 1

memConfigureFunction · 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…