Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ omFreeToSystem
Function
omFreeToSystem
omalloc/omAllocSystem.c:306–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
void omFreeToSystem(void* addr)
307
{
308
omFreeSizeToSystem(addr, omSizeOfAddr(addr));
309
}
310
311
void omFreeSizeToSystem(void* addr, size_t size)
312
{
Callers
nothing calls this directly
Calls
2
omFreeSizeToSystem
Function · 0.85
omSizeOfAddr
Function · 0.85
Tested by
no test coverage detected