Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
void* dbuf_pool::dbuf_alloc(size_t len)
73
{
74
return acl_dbuf_pool_alloc(pool_, len);
75
}
76
77
void* dbuf_pool::dbuf_calloc(size_t len)
78
{
Callers
15
operator new
Method · 0.80
test_pool2
Method · 0.80
test_dbuf
Function · 0.80
test5
Function · 0.80
main
Function · 0.80
load_objs
Function · 0.80
test_zadd
Function · 0.80
build_relative
Function · 0.80
build_mixed_relative
Function · 0.80
http_header.cpp
File · 0.80
HttpServletResponse
Method · 0.80
HttpCookie
Method · 0.80
Calls
1
acl_dbuf_pool_alloc
Function · 0.85
Tested by
3
test_pool2
Method · 0.64
test_dbuf
Function · 0.64
test_zadd
Function · 0.64