Location:
e32def.h
Link against:
__RHEAP_FAILNEXT(aHeap,aCount) (aHeap)->__DbgSetAllocFail(RHeap::EFailNext,aCount)
Supported from 5.0
Simulates an allocation failure for the specific 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.
|