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

Function LocalFree

IntelPresentMon/CommonUtilities/Memory.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace pmon::util
6{
7 void LocalFree(void* p) noexcept
8 {
9 if (::LocalFree(p) != NULL) {
10 pmlog_warn("Failed to free memory via LocalFree");
11 }
12 }
13}

Callers 1

operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected