[enhancement] Refactor to improve the usability of MemTracker (step2) (#10823)
This commit is contained in:
@ -133,8 +133,7 @@ class BufferPool::Client {
|
||||
public:
|
||||
Client(BufferPool* pool, //TmpFileMgr::FileGroup* file_group,
|
||||
const std::string& name, ReservationTracker* parent_reservation,
|
||||
const std::shared_ptr<MemTracker>& mem_tracker, int64_t reservation_limit,
|
||||
RuntimeProfile* profile);
|
||||
int64_t reservation_limit, RuntimeProfile* profile);
|
||||
|
||||
~Client() {
|
||||
DCHECK_EQ(0, num_pages_);
|
||||
|
||||
Reference in New Issue
Block a user