Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
static double toMB(size_t size)
52
{
53
return ((double) size) / MB;
54
}
55
56
static size_t toKB(size_t size)
57
{
Callers
1
memConfigure
Function · 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…