Location:
e32def.h
Link against:
__UHEAP_FAILNEXT(aCount) User::__DbgSetAllocFail(RHeap::EUser,RHeap::EFailNext,aCount)
Supported from 5.0
Simulates heap allocation failure for the current thread's heap. The
failure occurs on the next call to new
or any of the functions
which allocate memory from the heap. This macro is defined only for debug
builds.
|