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

Replace MEM_DREAD_CTRL pool with MEMPROXY class pool #1924

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

Commits on Nov 2, 2024

  1. Maintenance: Upgrade MEM_DREAD_CTRL memory pool

     ... to a MEMPROXY class pool.
    
    Replacing memory allocate and destruct with C++ new/delete
    and in-class initialization.
    yadij committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    ced6c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ad0c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Update src/fs_io.h

    Co-authored-by: Alex Rousskov <[email protected]>
    yadij and rousskov authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ceb4d3a View commit details
    Browse the repository at this point in the history