Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
markAsFree
Function · 0.80
storeStringFast
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected