Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ get_pending_size
Method
get_pending_size
example/use-async-logger/example.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
struct S {
64
static size_t get_pending_size(void*) {
65
return appender.pending_size();
66
}
67
static size_t get_free_page_num(void*) {
68
return cached_allocator.free_page_num();
69
}
Callers
nothing calls this directly
Calls
1
pending_size
Method · 0.80
Tested by
no test coverage detected