RtlSizeHeap

NTSTATUS __fastcall RtlSizeHeap(INT64 a1, INT64 a2, UINT64 a3){
  if( !a1 )
    RtlpLogHeapFailure(heap_failure_null_heap, 0i64, (VOID *)a3, 0i64, 0i64);
  return RtlpSizeHeapInternal((VOID *)a1, (VOID *)a2);
}

Referenced by:

No references.