Location:
e32def.h
Link against:
__UHEAP_MARKENDC(aCount) User::__DbgMarkEnd(RHeap::EUser,aCount)
Supported from 5.0
Marks the end of checking the current thread's heap. The macro
expects aCount
heap cells to remain allocated at the current nest
level.
This macro must match an earlier call to
__UHEAP_MARK
.
|