|
|
|||
Location:
e32def.h
__UHEAP_MARK
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.
User::__DbgMarkStart()__UHEAP_MARKEND__UHEAP_MARKENDC