MCPcopy Create free account
hub / github.com/bytedance/bolt / setFree

Method setFree

bolt/common/memory/HashStringAllocator.h:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void setFree() {
100 data_ |= kFree;
101 }
102
103 void setPreviousFree() {
104 data_ |= kPreviousFree;

Callers 2

markAsFreeFunction · 0.80
storeStringFastMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected