add umfPoolTrimMemory - #1318
Merged
Merged
Conversation
lplewa
reviewed
May 15, 2025
vinser52
reviewed
May 15, 2025
ldorau
requested changes
May 19, 2025
ldorau
approved these changes
May 19, 2025
bratpiorka
force-pushed
the
rrudnick_dp_trim
branch
from
June 16, 2025 13:43
6de8410 to
6a3ae03
Compare
bratpiorka
force-pushed
the
rrudnick_dp_trim
branch
3 times, most recently
from
June 18, 2025 07:25
4a3b48f to
4dee8a2
Compare
bratpiorka
force-pushed
the
rrudnick_dp_trim
branch
2 times, most recently
from
July 21, 2025 13:26
a699662 to
c151a5c
Compare
bratpiorka
marked this pull request as ready for review
July 21, 2025 13:28
KFilipek
requested changes
Jul 21, 2025
Comment on lines
+1138
to
+1140
| if (hPool == NULL) { | ||
| return UMF_RESULT_ERROR_INVALID_ARGUMENT; | ||
| } |
Contributor
There was a problem hiding this comment.
If you introduce UMF_CHECK above, please apply it here as well.
Contributor
Author
There was a problem hiding this comment.
changed to assert as this is checked in the upper layer
Comment on lines
+330
to
+332
| // TODO enable jemalloc pool tests | ||
| //poolCreateExtParams{umfJemallocPoolOps(), nullptr, nullptr, | ||
| // &BA_GLOBAL_PROVIDER_OPS, nullptr, nullptr})); |
bratpiorka
force-pushed
the
rrudnick_dp_trim
branch
2 times, most recently
from
July 22, 2025 10:56
6d877f9 to
c523215
Compare
bratpiorka
force-pushed
the
rrudnick_dp_trim
branch
7 times, most recently
from
July 23, 2025 08:48
02c6e96 to
c2a5994
Compare
lplewa
requested changes
Jul 23, 2025
bratpiorka
force-pushed
the
rrudnick_dp_trim
branch
from
August 5, 2025 07:49
c2a5994 to
6d5b0c0
Compare
Contributor
Author
|
@KFilipek @lukaszstolarczuk @lplewa please re-review |
lplewa
reviewed
Aug 5, 2025
lplewa
reviewed
Aug 5, 2025
lplewa
reviewed
Aug 5, 2025
bratpiorka
force-pushed
the
rrudnick_dp_trim
branch
2 times, most recently
from
August 5, 2025 12:59
9b7d33e to
33878b6
Compare
bratpiorka
force-pushed
the
rrudnick_dp_trim
branch
from
August 5, 2025 13:15
33878b6 to
7930e59
Compare
lukaszstolarczuk
approved these changes
Aug 5, 2025
lplewa
approved these changes
Aug 5, 2025
KFilipek
approved these changes
Aug 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
implement umfPoolTrimMemory