Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
void MyFree(void *address)
148
{
149
PRINT_FREE(
"Free "
, g_allocCount, address);
150
151
free(address);
152
}
153
154
#ifdef _WIN32
155
Callers
4
SzFree
Function · 0.70
SzAlignedFree
Function · 0.70
Encode
Function · 0.50
Decode
Function · 0.50
Calls
1
free
Function · 0.50
Tested by
no test coverage detected