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

Function omMarkAsStaticAddr

omalloc/omDebugTrack.c:662–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662void omMarkAsStaticAddr(void* addr)
663{
664 if (omIsTrackAddr(addr))
665 {
666 omTrackAddr d_addr = omOutAddr_2_TrackAddr(addr);
667 d_addr->flags |= OM_FSTATIC;
668 }
669}
670
671void omUnMarkAsStaticAddr(void* addr)
672{

Callers 13

StringAppendFunction · 0.85
GetDynamicProcFunction · 0.85
jjEXTENDED_SYSTEMFunction · 0.85
dupyytextFunction · 0.85
dupyytextNLFunction · 0.85
libparse.ccFile · 0.85
copy_stringFunction · 0.85
NextMethod · 0.85
newFileFunction · 0.85
feReadLineFunction · 0.85
feInitStdinFunction · 0.85
fe_initFunction · 0.85

Calls 1

omOutAddr_2_TrackAddrFunction · 0.85

Tested by

no test coverage detected