MCPcopy 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_FFunction · 0.45
InitMethod · 0.45
AddFreeBufferMethod · 0.45
~FreeBufferArenaMethod · 0.45
PopFreeBufferMethod · 0.45
FreeSystemMemoryMethod · 0.45
MaintenanceMethod · 0.45
GetFreeListSizeMethod · 0.45
TEST_FFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36