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

Function dbuf_free

lib_acl_cpp/include/acl_cpp/stdlib/dbuf_pool.hpp:318–320  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

316 * @return {bool}
317 */
318 bool dbuf_free(const void* addr) {
319 return dbuf_->dbuf_free(addr);
320 }
321
322 /**
323 * Call 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…