MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / AllocArray

Method AllocArray

Source/Client/NM_Sys/API/MemoryUtils.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287 _IRQL_requires_max_(APC_LEVEL)
288 PVOID HeapObject::AllocArray(SIZE_T ElementSize, SIZE_T ElementsCount) const
289 {
290 return AllocHeap(HeapHandle, ElementSize * ElementsCount);
291 }
292}
293
294namespace PhysicalMemory

Callers

nothing calls this directly

Calls 1

AllocHeapFunction · 0.85

Tested by

no test coverage detected