MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / AllocArray

Method AllocArray

Kernel-Bridge/API/MemoryUtils.cpp:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303
304 _IRQL_requires_max_(APC_LEVEL)
305 PVOID HeapObject::AllocArray(SIZE_T ElementSize, SIZE_T ElementsCount) const {
306 return AllocHeap(HeapHandle, ElementSize * ElementsCount);
307 }
308}
309
310namespace PhysicalMemory {

Callers

nothing calls this directly

Calls 1

AllocHeapFunction · 0.85

Tested by

no test coverage detected