| 700 | } |
| 701 | |
| 702 | void omMarkMemoryAsStatic() |
| 703 | { |
| 704 | omIterateTroughAddrs(0, 1, _omMarkAsStatic, NULL); |
| 705 | } |
| 706 | |
| 707 | #ifdef OM_TRACK_CUSTOM |
| 708 | void omSetCustomOfTrackAddr(void* addr, void* value) |
nothing calls this directly
no test coverage detected