Location:
e32def.h
Link against:
__RHEAP_MARK(aHeap) (aHeap)->__DbgMarkStart()
Supported from 5.0
Marks the start of heap checking for the specific heap. This macro is defined only for debug builds.
This macro must be matched by a corresponding call to
__RHEAP_MARKEND or __RHEAP_MARKENDC.
Calls to this macro can be nested but each call must be matched by
corresponding call to __RHEAP_MARKEND or
__RHEAP_MARKENDC.
|