Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rat431/ColdAPI_Steam
/ CloseMem
Function
CloseMem
src/ColdAPI_Steam/ColdManager.cpp:685–689 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
683
}
684
685
void CloseMem(void* Buffer)
686
{
687
if(Buffer)
688
VirtualFree(Buffer, NULL, MEM_RELEASE);
689
}
690
}
691
namespace ColdAPI_General
692
{
Callers
15
FileWrite
Method · 0.85
GetFileSize
Method · 0.85
FileRead
Method · 0.85
FileExists
Method · 0.85
GetFileNameAndSize
Method · 0.85
FileWrite
Method · 0.85
FileRead
Method · 0.85
FileDelete
Method · 0.85
FileExists
Method · 0.85
GetFileSize
Method · 0.85
GetFileNameAndSize
Method · 0.85
UGCDownload
Method · 0.85
Calls
no outgoing calls
Tested by
15
FileWrite
Method · 0.68
GetFileSize
Method · 0.68
FileRead
Method · 0.68
FileExists
Method · 0.68
GetFileNameAndSize
Method · 0.68
FileWrite
Method · 0.68
FileRead
Method · 0.68
FileDelete
Method · 0.68
FileExists
Method · 0.68
GetFileSize
Method · 0.68
GetFileNameAndSize
Method · 0.68
UGCDownload
Method · 0.68