Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ freeKey
Method
freeKey
Fleece/Support/ConcurrentMap.cc:267–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
266
267
bool ConcurrentMap::freeKey(const char *allocedKey) {
268
return allocedKey == nullptr || _heap.free((void*)allocedKey, strlen(allocedKey) + 1);
269
}
270
271
__cold
272
void ConcurrentMap::dump() const {
Callers
nothing calls this directly
Calls
1
free
Method · 0.80
Tested by
no test coverage detected