Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ releaseString
Function
releaseString
source/util/bstring.cpp:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void releaseString(int level, char* str) {
57
delete[] str;
58
}
59
60
int powerOf2(int requestedSize) {
61
int size = 1 << SMALLEST_LEVEL;
Callers
2
decRefCount
Method · 0.85
makeWritable
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected