MCPcopy 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
56void releaseString(int level, char* str) {
57 delete[] str;
58}
59
60int powerOf2(int requestedSize) {
61 int size = 1 << SMALLEST_LEVEL;

Callers 2

decRefCountMethod · 0.85
makeWritableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected