MCPcopy 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}
691namespace ColdAPI_General
692{

Callers 15

FileWriteMethod · 0.85
GetFileSizeMethod · 0.85
FileReadMethod · 0.85
FileExistsMethod · 0.85
GetFileNameAndSizeMethod · 0.85
FileWriteMethod · 0.85
FileReadMethod · 0.85
FileDeleteMethod · 0.85
FileExistsMethod · 0.85
GetFileSizeMethod · 0.85
GetFileNameAndSizeMethod · 0.85
UGCDownloadMethod · 0.85

Calls

no outgoing calls

Tested by 15

FileWriteMethod · 0.68
GetFileSizeMethod · 0.68
FileReadMethod · 0.68
FileExistsMethod · 0.68
GetFileNameAndSizeMethod · 0.68
FileWriteMethod · 0.68
FileReadMethod · 0.68
FileDeleteMethod · 0.68
FileExistsMethod · 0.68
GetFileSizeMethod · 0.68
GetFileNameAndSizeMethod · 0.68
UGCDownloadMethod · 0.68