Location:
e32def.h
Link against:
__KHEAP_MARKEND User::__DbgMarkEnd(RHeap::EKernel,0)
Supported from 5.0
Marks the end of Kernel heap checking. The macro expects zero heap cells to remain allocated at the current nest level.
This macro is defined only for debug builds. Checking the Kernel heap is only useful when developing Kernel side code such as device drivers and media drivers.
This macro must match an earlier call to
__KHEAP_MARK
.