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

chore: allow injection of memory_resource into accept server #223

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

romange
Copy link
Owner

@romange romange commented Mar 8, 2024

By default we preserve the current behavior and fallback with a memory resource that allocates using std::malloc/std::free.

Also, provide an example of how to customize memory functions for OpenSSL.

@romange romange requested a review from dranikpg March 8, 2024 09:24
Copy link
Contributor

@kostasrim kostasrim left a comment

Choose a reason for hiding this comment

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

LGTM

util/fibers/detail/fiber_interface.h Show resolved Hide resolved
@romange
Copy link
Owner Author

romange commented Mar 8, 2024 via email

…ection fibers

By default we preserve the current behavior and fallback with a memory resource that
allocates using std::malloc/std::free.

Also, provide an example of how to customize memory functions for OpenSSL.
Finally, fix FiberTest.StackSize test that failed on alpine.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
Signed-off-by: Roman Gershman <romange@gmail.com>
util/fibers/listener_interface.cc Show resolved Hide resolved
@romange romange merged commit 31ef077 into master Mar 8, 2024
5 checks passed
@romange romange deleted the Pr1 branch March 8, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants