MCPcopy Create free account
hub / github.com/Singular/Singular / omFreeSizeToSystem

Function omFreeSizeToSystem

omalloc/omAllocSystem.c:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void omFreeSizeToSystem(void* addr, size_t size)
312{
313 OM_FREE_TO_SYSTEM( addr );
314 om_Info.CurrentBytesFromMalloc -= size;
315 OM_FREE_HOOK(size);
316}
317
318void* _omVallocFromSystem(size_t size, int fail)
319{

Callers 3

omFreeLargeFunction · 0.85
omFreeToSystemFunction · 0.85
omFreeBinPagesRegionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected