This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 7c8b7878cd [fix](memory) Print all query/load memory before memory GC 
when `memory_debug=true` (#19720)
     add 068a32bc49 [Improvement](memory) faststring use Allocator #19762

No new revisions were added by this update.

Summary of changes:
 be/src/common/exception.h                        | 29 +++++++++--------
 be/src/olap/rowset/segment_v2/page_io.cpp        |  4 +--
 be/src/runtime/memory/chunk_allocator.cpp        |  7 ++--
 be/src/runtime/memory/mem_tracker_limiter.cpp    |  8 ++---
 be/src/runtime/memory/mem_tracker_limiter.h      |  2 +-
 be/src/runtime/memory/system_allocator.cpp       |  2 +-
 be/src/runtime/memory/system_allocator.h         |  2 +-
 be/src/util/block_compression.cpp                |  1 +
 be/src/util/faststring.cc                        | 10 +++---
 be/src/util/faststring.h                         | 10 +++---
 be/src/util/slice.h                              | 16 ++++++---
 be/src/vec/common/allocator.cpp                  | 41 +++++++++++++-----------
 be/src/vec/common/allocator.h                    | 14 +++++---
 be/src/vec/common/allocator_fwd.h                |  2 +-
 be/src/vec/common/hash_table/phmap_fwd_decl.h    |  2 +-
 be/src/vec/core/block.cpp                        |  4 +--
 be/test/runtime/memory/system_allocator_test.cpp |  4 +--
 17 files changed, 90 insertions(+), 68 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to