Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Aug 29, 2024
1 parent 750f652 commit a1ad2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/memory/mem_tracker_limiter.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ class MemTrackerLimiter final : public MemTracker {
void add_address_sanitizers(void* buf, size_t size);
void remove_address_sanitizers(void* buf, size_t size);
std::string print_address_sanitizers();
bool is_group_commit_load {false};
#endif

std::string debug_string() override {
Expand Down Expand Up @@ -259,7 +260,6 @@ class MemTrackerLimiter final : public MemTracker {
};

std::mutex _address_sanitizers_mtx;
bool is_group_commit_load {false};
std::unordered_map<void*, AddressSanitizer> _address_sanitizers;
std::vector<std::string> _error_address_sanitizers;
#endif
Expand Down

0 comments on commit a1ad2cb

Please sign in to comment.