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

colinlee pushed a change to branch support_memory_detect
in repository https://gitbox.apache.org/repos/asf/tsfile.git


    from ae36d5ee3 fix format.
     add b415509d4 fix memory loss.

No new revisions were added by this update.

Summary of changes:
 cpp/CMakeLists.txt                                 |  2 +
 cpp/src/common/allocator/byte_stream.h             | 23 ++++---
 cpp/src/common/allocator/mem_alloc.cc              | 36 +++++++++-
 cpp/src/common/allocator/page_arena.h              |  5 +-
 cpp/src/common/tablet.cc                           | 42 +++++++-----
 cpp/src/common/tablet.h                            |  2 +-
 cpp/src/common/tablet_iterator.h                   | 78 ----------------------
 cpp/src/common/tsfile_common.h                     |  3 +-
 cpp/src/encoding/int32_rle_decoder.h               |  2 +-
 cpp/src/encoding/int32_rle_encoder.h               |  2 +-
 cpp/src/encoding/int64_rle_decoder.h               |  2 +-
 cpp/src/encoding/int64_rle_encoder.h               |  2 +-
 cpp/src/file/tsfile_io_reader.h                    |  2 +-
 cpp/src/file/tsfile_io_writer.h                    |  2 +-
 cpp/src/reader/aligned_chunk_reader.h              |  8 +--
 cpp/src/reader/chunk_reader.h                      |  6 +-
 cpp/src/writer/chunk_writer.h                      |  2 +-
 cpp/src/writer/page_writer.h                       |  4 +-
 cpp/src/writer/time_chunk_writer.h                 |  2 +-
 cpp/src/writer/time_page_writer.h                  |  2 +-
 cpp/src/writer/value_chunk_writer.h                |  2 +-
 cpp/src/writer/value_page_writer.h                 |  5 +-
 .../writer/table_view/tsfile_writer_table_test.cc  | 34 ++++++++--
 23 files changed, 132 insertions(+), 136 deletions(-)
 delete mode 100644 cpp/src/common/tablet_iterator.h

Reply via email to