MCPcopy Create free account
hub / github.com/apache/impala / DecreaseReservation

Method DecreaseReservation

be/src/runtime/bufferpool/reservation-tracker.cc:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void ReservationTracker::DecreaseReservation(int64_t bytes, bool is_child_reservation) {
267 lock_guard<SpinLock> l(lock_);
268 DecreaseReservationLocked(bytes, is_child_reservation);
269}
270
271void ReservationTracker::DecreaseReservationLocked(
272 int64_t bytes, bool is_child_reservation) {

Callers 4

ReturnMethod · 0.45
DecreaseReservationToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected