-
Notifications
You must be signed in to change notification settings - Fork 516
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_DWRITE_Q pool with MEMPROXY class pool #1873
Closed
Closed
Commits on Sep 22, 2024
-
Maintenance: Upgrade MEM_DWRITE_Q memory pool
... to a MEMPROXY class pool. Replacing memory allocate and destruct with C++ new/delete and in-class initialization.
Configuration menu - View commit details
-
Copy full SHA for b7cc30a - Browse repository at this point
Copy the full SHA b7cc30aView commit details
Commits on Sep 24, 2024
-
NO logic change to buffers yet. Just moving existing logic into constructor/destructor.
Configuration menu - View commit details
-
Copy full SHA for 50e4b3e - Browse repository at this point
Copy the full SHA 50e4b3eView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0cd7a7c - Browse repository at this point
Copy the full SHA 0cd7a7cView commit details -
Co-authored-by: Alex Rousskov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5fbd57 - Browse repository at this point
Copy the full SHA c5fbd57View commit details
Commits on Oct 10, 2024
-
Separate capacity and length details
Fixes regression in the write-merging case.
Configuration menu - View commit details
-
Copy full SHA for 9cb4fbb - Browse repository at this point
Copy the full SHA 9cb4fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f436b2 - Browse repository at this point
Copy the full SHA 4f436b2View commit details -
Co-authored-by: Alex Rousskov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80f6294 - Browse repository at this point
Copy the full SHA 80f6294View commit details -
Co-authored-by: Alex Rousskov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1321718 - Browse repository at this point
Copy the full SHA 1321718View commit details
Commits on Oct 11, 2024
-
Co-authored-by: Alex Rousskov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a15a2c3 - Browse repository at this point
Copy the full SHA a15a2c3View commit details
Commits on Oct 19, 2024
-
Co-authored-by: Alex Rousskov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82f92ce - Browse repository at this point
Copy the full SHA 82f92ceView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.