search for: _heap_failure_type

Displaying 2 results from an estimated 2 matches for "_heap_failure_type".

2019 Apr 04
2
single-threaded code-gen and how to make it support multi-thread
...s, hence this post. Can anyone help with some pointers? Any guidance is appreciated:) ntdll.dll!RtlReportCriticalFailure(long StatusCode, void * FailureInfo, unsigned long BreakIfDbgPresent) Line 201 C ntdll.dll!RtlpHeapHandleError(long ErrorLevel) Line 344 C ntdll.dll!RtlpHpHeapHandleError(_HEAP_FAILURE_TYPE FailureType, unsigned __int64 HeapAddress, unsigned __int64 Address) Line 670 C ntdll.dll!RtlpLogHeapFailure(_HEAP_FAILURE_TYPE FailureType, void * HeapAddress, void * Address, void * Param1, void * Param2, void * Param3) Line 158 C ntdll.dll!RtlFreeHeap(void * HeapHandle, unsigned long Flags,...
2019 Apr 04
2
single-threaded code-gen and how to make it support multi-thread
...th some > pointers? > > Any guidance is appreciated:) > > ntdll.dll!RtlReportCriticalFailure(long StatusCode, void * FailureInfo, > unsigned long BreakIfDbgPresent) Line 201 C > ntdll.dll!RtlpHeapHandleError(long ErrorLevel) Line 344 C > ntdll.dll!RtlpHpHeapHandleError(_HEAP_FAILURE_TYPE FailureType, > unsigned __int64 HeapAddress, unsigned __int64 Address) Line 670 C > ntdll.dll!RtlpLogHeapFailure(_HEAP_FAILURE_TYPE FailureType, void * > HeapAddress, void * Address, void * Param1, void * Param2, void * Param3) > Line 158 C > ntdll.dll!RtlFreeHeap(void * HeapHand...