MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / ADL_Main_Memory_Alloc

Function ADL_Main_Memory_Alloc

IntelPresentMon/ControlLib/Adl2Wrapper.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace pwr::amd {
6
7 void* __stdcall ADL_Main_Memory_Alloc(int iSize) {
8 void* lpBuffer = malloc(iSize);
9 return lpBuffer;
10 }
11
12 Adl2Wrapper::Adl2Wrapper() {
13 // get init proc, throw if not found

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected