RtlpLogHeapFailure
VOID __stdcall RtlpLogHeapFailure(
_HEAP_FAILURE_TYPE FailureType,
VOID *HeapAddress,
VOID *Address,
VOID *Param1,
VOID *Param2){
__int64 v5;
if( qword_140C117C0 != HeapAddress )
{
qword_140C117D8 = (__int64)Param2;
qword_140C117E0 = v5;
dword_140C117B8 = FailureType;
qword_140C117C0 = HeapAddress;
qword_140C117C8 = Address;
qword_140C117D0 = (__int64)Param1;
RtlpHpHeapHandleError(*(INT64 *)&FailureType, (INT64)HeapAddress, (UINT64)Address);
}
}Referenced by:
ExAllocateHeapPool
ExFreeHeapPool
RtlAllocateHeap
RtlSizeHeap
RtlZeroHeap
RtlpAllocateHeap
RtlpAnalyzeHeapFailure
RtlpCoalesceFreeBlocks
RtlpCreateSplitBlock
RtlpCreateUCREntry
RtlpDeCommitFreeBlock
RtlpDestroyHeapSegment
RtlpFindAndCommitPages
RtlpFreeHeap
RtlpFreeHeapInternal
RtlpHeapListCompare
RtlpHpCheckAllocationSizeLimit
RtlpHpFixedVsFree
RtlpHpFreeHeap
RtlpHpHeapCheckCommitLimit
RtlpHpLargeFree
RtlpHpLfhSubsegmentFreeBlock
RtlpHpSegFree
RtlpHpVaMgrCtxQuery
RtlpHpVsContextAllocateInternal
RtlpHpVsContextFree
RtlpHpVsContextFreeInternal
RtlpInitializeHeapSegment
RtlpInsertFreeBlock
RtlpInsertUCRBlock
RtlpProbeUserBufferSafe
RtlpRemoveUCRBlock
RtlpSizeHeapInternal