MCPcopy Create free account
hub / github.com/acl-dev/acl / dbuf_free

Function dbuf_free

lib_acl_cpp/include/acl_cpp.cn/stdlib/dbuf_pool.hpp:294–296  ·  view source on GitHub ↗

* ���� dbuf_pool::dbuf_free * @param addr {const void*} * @return {bool} */

Source from the content-addressed store, hash-verified

292 * @return {bool}
293 */
294 bool dbuf_free(const void* addr) {
295 return dbuf_->dbuf_free(addr);
296 }
297
298 /**
299 * ���� dbuf_pool::dbuf_keep

Callers

nothing calls this directly

Calls 1

dbuf_freeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…