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

Method dbuf_reset

lib_acl_cpp/src/stdlib/dbuf_pool.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65#endif // ACL_DBUF_HOOK_NEW
66
67bool dbuf_pool::dbuf_reset(size_t reserve /* = 0 */)
68{
69 return acl_dbuf_pool_reset(pool_, mysize_ + reserve) == 0;
70}
71
72void* dbuf_pool::dbuf_alloc(size_t len)
73{

Callers 13

test_poolMethod · 0.80
test_pool2Method · 0.80
test1Function · 0.80
testFunction · 0.80
mainFunction · 0.80
resetMethod · 0.80
clearMethod · 0.80
resetMethod · 0.80
resetMethod · 0.80
resetMethod · 0.80
clearMethod · 0.80
clearMethod · 0.80

Calls 1

acl_dbuf_pool_resetFunction · 0.85

Tested by 2

test_poolMethod · 0.64
test_pool2Method · 0.64