Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ Freee
Method
Freee
src/base/AFString.hpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void Freee(void* ptr, size_t size)
94
{
95
delete[](char*) ptr;
96
}
97
98
void Swap(AFStringAlloc& src)
99
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected