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

Function omUnMarkMemoryAsStatic

omalloc/omDebugTrack.c:697–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void omUnMarkMemoryAsStatic()
698{
699 omIterateTroughAddrs(0, 1, _omUnMarkAsStatic, NULL);
700}
701
702void omMarkMemoryAsStatic()
703{

Callers

nothing calls this directly

Calls 1

omIterateTroughAddrsFunction · 0.85

Tested by

no test coverage detected