Location:
e32def.h
Link against:
__RHEAP_CHECK(aHeap,aCount) (aHeap)->__DbgMarkCheck(EFalse,aCount,TPtrC8((TText8*)__FILE__),__LINE__)
Supported from 5.0
Checks that the number of allocated cells at the current nesetd level on the specified heap is the same as the specified value. The macro also takes the name of the file containing this source code statement and the line number of this source code statement; they are displayed as part of the panic category, if the checks fail.
This macro is defined only for debug builds.
|