Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ getNewString
Function
getNewString
source/util/bstring.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
#define TOTAL_LEVEL 13
51
52
char* getNewString(int level) {
53
return new char[(U32)(1 << level)];
54
}
55
56
void releaseString(int level, char* str) {
57
delete[] str;
Callers
8
BString
Method · 0.85
substr
Method · 0.85
toLowerCase
Method · 0.85
toUpperCase
Method · 0.85
operator+
Method · 0.85
makeWritable
Method · 0.85
stringByApppendingPath
Method · 0.85
copy
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected