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

Conversation

yadij
Copy link
Contributor

@yadij yadij commented Oct 28, 2024

Replacing memory allocate and destruct with C++ new/delete
and in-class initialization.

@rousskov rousskov changed the title Maintenance: Upgrade MEM_DREAD_CTRL memory pool Replace MEM_DREAD_CTRL pool with MEMPROXY class pool Oct 28, 2024
Copy link
Contributor

@rousskov rousskov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I adjusted PR title/description to match recent commit ed1a732.


Before advancing this new PR (including fixing build tests) and requesting my re-review, please cooperate to merge PRs awaiting your review for a long time, including these three:

src/fs_io.h Outdated Show resolved Hide resolved
src/fs_io.cc Outdated Show resolved Hide resolved
@rousskov rousskov added the S-waiting-for-author author action is expected (and usually required) label Oct 28, 2024
 ... to a MEMPROXY class pool.

Replacing memory allocate and destruct with C++ new/delete
and in-class initialization.
Co-authored-by: Alex Rousskov <[email protected]>
@yadij yadij added S-waiting-for-reviewer ready for review: Set this when requesting a (re)review using GitHub PR Reviewers box and removed S-waiting-for-author author action is expected (and usually required) labels Nov 16, 2024
@yadij yadij requested a review from rousskov November 16, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-for-reviewer ready for review: Set this when requesting a (re)review using GitHub PR Reviewers box
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants