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

Method AllocateFrom

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

Source from the content-addressed store, hash-verified

379}
380
381void ReservationTracker::AllocateFrom(int64_t bytes) {
382 lock_guard<SpinLock> l(lock_);
383 AllocateFromLocked(bytes);
384}
385
386void ReservationTracker::AllocateFromLocked(int64_t bytes) {
387 DCHECK(initialized_);

Callers 4

TEST_FFunction · 0.80
PinMethod · 0.80
TransferBufferMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64