search for: heapaddress

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

2019 Apr 04
2
single-threaded code-gen and how to make it support multi-thread
...nters? 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, void * BaseAddress) Line 352 C ucrtbase....
2019 Apr 04
2
single-threaded code-gen and how to make it support multi-thread
...ciated:) > > 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, void * > BaseAddres...