Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ dbuf_free
Method
dbuf_free
lib_acl_cpp/src/stdlib/dbuf_pool.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool dbuf_pool::dbuf_free(const void* addr)
98
{
99
return acl_dbuf_pool_free(pool_, addr) == 0;
100
}
101
102
bool dbuf_pool::dbuf_keep(const void* addr)
103
{
Callers
3
encode
Method · 0.80
dbuf_free
Function · 0.80
dbuf_free
Function · 0.80
Calls
1
acl_dbuf_pool_free
Function · 0.85
Tested by
no test coverage detected