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

Function omMarkMemoryAsStatic

omalloc/omDebugTrack.c:702–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702void omMarkMemoryAsStatic()
703{
704 omIterateTroughAddrs(0, 1, _omMarkAsStatic, NULL);
705}
706
707#ifdef OM_TRACK_CUSTOM
708void omSetCustomOfTrackAddr(void* addr, void* value)

Callers

nothing calls this directly

Calls 1

omIterateTroughAddrsFunction · 0.85

Tested by

no test coverage detected