Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ unlock
Method
unlock
include/sonic/allocator.h:102–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
}
102
void unlock() { lock_.store(false, std::memory_order_release); }
103
};
104
105
#ifdef SONIC_LOCKED_ALLOCATOR
Callers
nothing calls this directly
Calls
1
store
Method · 0.45
Tested by
no test coverage detected