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

Function dbuf_alloc

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

* Call dbuf_pool::dbuf_alloc * @param len {size_t} * @return {void*} */

Source from the content-addressed store, hash-verified

269 * @return {void*}
270 */
271 void* dbuf_alloc(size_t len) {
272 return dbuf_->dbuf_alloc(len);
273 }
274
275 /**
276 * Call dbuf_pool::dbuf_calloc

Callers 1

createFunction · 0.70

Calls 1

dbuf_allocMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…