Location:
e32def.h
Link against:
__UHEAP_MARK User::__DbgMarkStart(RHeap::EUser)
Supported from 5.0
Marks the start of checking the current thread's heap. This macro is defined only for debug builds.
This macro must be matched by a corresponding call to
__UHEAP_MARKEND
or __UHEAP_MARKENDC
.
Calls to this macro can be nested but each call must be matched by
corresponding call to __UHEAP_MARKEND
or
__UHEAP_MARKENDC
.