Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Remove
Method
Remove
be/src/runtime/bufferpool/buffer-pool-internal.h:160–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
bool Remove(Page* page) {
161
if (list_.Remove(page)) {
162
bytes_ -= page->len;
163
return true;
164
}
165
return false;
166
}
167
168
Page* Dequeue() {
169
Page* page = list_.Dequeue();
Callers
7
TEST_F
Function · 0.45
RemoveCleanPage
Method · 0.45
DestroyPageInternal
Method · 0.45
MoveToDirtyUnpinned
Method · 0.45
StartMoveToPinned
Method · 0.45
UndoMoveEvictedToPinned
Method · 0.45
WriteCompleteCallback
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36