Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alloc_no_gc #1218

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Add alloc_no_gc #1218

wants to merge 9 commits into from

Commits on Oct 29, 2024

  1. Add alloc_no_gc

    qinsoon committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    18379df View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    6b1ac05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c120f11 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. alloc_no_gc will not call out_of_memory when allocating an erroneously

    large object. Minor fixes for comments
    qinsoon committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    03dfc5a View commit details
    Browse the repository at this point in the history
  2. Split will_oom_on_acquire

    wks authored and qinsoon committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0971cda View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    qinsoon committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    07a01c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Update src/memory_manager.rs

    Co-authored-by: Kunshan Wang <[email protected]>
    qinsoon and wks authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    875968a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1749c50 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Update src/policy/space.rs

    Co-authored-by: Ben Gamari <[email protected]>
    qinsoon and bgamari authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    03515ce View commit details
    Browse the repository at this point in the history