RtlpAllocateHeapRaiseException
VOID __stdcall RtlpAllocateHeapRaiseException(UINT64 AllocationSize){
INT64 v2;
INT64 v3;
INT64 v4;
_EXCEPTION_RECORD ExceptionRecord;
UINT64 v6;
memset(&ExceptionRecord, 0i64, sizeof(ExceptionRecord));
ExceptionRecord.NumberParameters = 1;
RtlRaiseException(
(INT64)&ExceptionRecord,
v2,
v3,
v4,
3221225495i64,
0i64,
(INT64)RtlRaiseException,
*(INT64 *)&ExceptionRecord.NumberParameters,
AllocationSize,
ExceptionRecord.ExceptionInformation[1],
ExceptionRecord.ExceptionInformation[2],
ExceptionRecord.ExceptionInformation[3],
ExceptionRecord.ExceptionInformation[4],
ExceptionRecord.ExceptionInformation[5],
ExceptionRecord.ExceptionInformation[6],
ExceptionRecord.ExceptionInformation[7],
ExceptionRecord.ExceptionInformation[8],
ExceptionRecord.ExceptionInformation[9],
ExceptionRecord.ExceptionInformation[10],
ExceptionRecord.ExceptionInformation[11],
ExceptionRecord.ExceptionInformation[12],
ExceptionRecord.ExceptionInformation[13],
ExceptionRecord.ExceptionInformation[14],
v6);
}Referenced by:
RtlpAllocateHeapInternal