RtlpHpHeapHandleError

VOID __stdcall __noreturn RtlpHpHeapHandleError(INT64 a1, INT64 a2, UINT64 a3){
  int v5; 
  INT64 v6; 

  v5 = a1;
  memset(&BackTrace, 0i64, 0x100u);
  RtlCaptureStackBackTrace(1ui64, 0x20ui64, &BackTrace, 0i64);
  if( v5 == 3 )
    RtlpLocateRelatedBlocks((_HEAP *)a2, (VOID *)a3);
  RtlpHeapHandleError(v6);
}

Referenced by:

RtlpLogHeapFailure