MCPcopy 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
306void omFreeToSystem(void* addr)
307{
308 omFreeSizeToSystem(addr, omSizeOfAddr(addr));
309}
310
311void omFreeSizeToSystem(void* addr, size_t size)
312{

Callers

nothing calls this directly

Calls 2

omFreeSizeToSystemFunction · 0.85
omSizeOfAddrFunction · 0.85

Tested by

no test coverage detected