MCPcopy 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_FFunction · 0.45
RemoveCleanPageMethod · 0.45
DestroyPageInternalMethod · 0.45
MoveToDirtyUnpinnedMethod · 0.45
StartMoveToPinnedMethod · 0.45
WriteCompleteCallbackMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36