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

Method dbuf_alloc

lib_acl_cpp/src/stdlib/dbuf_pool.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void* dbuf_pool::dbuf_alloc(size_t len)
73{
74 return acl_dbuf_pool_alloc(pool_, len);
75}
76
77void* dbuf_pool::dbuf_calloc(size_t len)
78{

Callers 15

operator newMethod · 0.80
test_pool2Method · 0.80
test_dbufFunction · 0.80
test5Function · 0.80
mainFunction · 0.80
load_objsFunction · 0.80
test_zaddFunction · 0.80
build_relativeFunction · 0.80
build_mixed_relativeFunction · 0.80
http_header.cppFile · 0.80
HttpServletResponseMethod · 0.80
HttpCookieMethod · 0.80

Calls 1

acl_dbuf_pool_allocFunction · 0.85

Tested by 3

test_pool2Method · 0.64
test_dbufFunction · 0.64
test_zaddFunction · 0.64