MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / MyFree

Function MyFree

BaseTools/Source/C/LzmaCompress/Sdk/C/Alloc.c:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void MyFree(void *address)
148{
149 PRINT_FREE("Free ", g_allocCount, address);
150
151 free(address);
152}
153
154#ifdef _WIN32
155

Callers 4

SzFreeFunction · 0.70
SzAlignedFreeFunction · 0.70
EncodeFunction · 0.50
DecodeFunction · 0.50

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected