Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Oct 9, 2024
1 parent 0756e28 commit 825ede9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions be/src/vec/common/pod_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ class PODArrayBase : private boost::noncopyable,

unprotect();

LOG(INFO) << "PODArray Alloc Size=" << PrettyPrinter::print(allocated_bytes(), TUnit::BYTES)
<< ", usage_ratio:" << (c_end - c_start) * 1.0 / allocated_bytes();

TAllocator::free(c_start - pad_left, allocated_bytes());
}

Expand Down

0 comments on commit 825ede9

Please sign in to comment.