MCPcopy Create free account
hub / github.com/Atarity/Lightpack / FreeRestrictedSD

Function FreeRestrictedSD

Software/grab/WinUtils.cpp:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244VOID FreeRestrictedSD(PVOID ptr) {
245
246 if (ptr) HeapFree(GetProcessHeap(), 0, ptr);
247
248 return;
249}
250
251} // namespace WinUtils

Callers 1

initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected