Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Size
Method
Size
be/src/runtime/bufferpool/free-list.h:94–94 ·
view source on GitHub ↗
Returns the number of buffers currently in the list.
Source
from the content-addressed store, hash-verified
92
93
/// Returns the number of buffers currently in the list.
94
int64_t Size() const { return free_list_.size(); }
95
96
private:
97
friend class FreeListTest;
Callers
9
TEST_F
Function · 0.45
Init
Method · 0.45
AddFreeBuffer
Method · 0.45
~FreeBufferArena
Method · 0.45
PopFreeBuffer
Method · 0.45
FreeSystemMemory
Method · 0.45
Maintenance
Method · 0.45
GetFreeListSize
Method · 0.45
TEST_F
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36