about summary refs log tree commit homepage
path: root/test/test_mwrap.rb
DateCommit message (Expand)
2023-01-09fix test_sigusr1_works
2023-01-09test spawning non-Ruby process with socket_dir
2023-01-08test_mwrap: fix test reliability
2023-01-08Merge changes from the Perl side
2023-01-07drop heap page support for Ruby <= 3.0
2022-08-22various doc updates
2022-08-22disable HeapPageBody count test for Ruby 3.1
2022-08-22support Ruby 3.0.x
2019-10-31port to Perl5 and XS
2018-08-10allow dump_heap: mask via MWRAP env
2018-08-10keep stats for memalign-ed heap_page_body in Ruby
2018-07-26add global counters for total bytes allocated/freed
2018-07-16support Mwrap.quiet to temporarily disable allocation tracking
2018-07-16fixes for FreeBSD 11.1...
2018-07-16implement accessors for SourceLocation
2018-07-16allow analyzing live allocations via Mwrap[location]
2018-07-16resolve real_malloc earlier for C++ programs
2018-07-15Mwrap.dump: do not segfault on invalid IO arg
2018-07-15add benchmark
2018-07-02require Userspace RCU to track non-GVL allocations
2018-07-02initial