Location:
e32def.h
Link against:
__RHEAP_MARKEND(aHeap) (aHeap)->__DbgMarkEnd(0)
Supported from 5.0
Marks the end of heap checking for the specific heap. The macro expects zero heap cells to remain allocated at the current nest level. This macro is defined only for debug builds.
This macro must match an earlier call to
__RHEAP_MARK
.
|