MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / XMemAlloc

Function XMemAlloc

projects/WinDurango.KernelX/src/kernelx.cpp:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 flAllocationType |= MEM_GRAPHICS;
631 }
632
633 return EraVirtualAlloc(nullptr, dwSize, flAllocationType, PAGE_READWRITE);
634 }
635
636 void *ptr = _aligned_malloc(dwSize, 1ULL << max(4, attr.s.dwAlignment));
637
638 if (ptr)

Callers 1

AllocateDriverMemoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected