-
Notifications
You must be signed in to change notification settings - Fork 903
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
Tuning for small system? #647
Comments
The latest Further tweaks in
Hope this helps! |
Is there any tuning parameters for optimizing mimalloc for small memory footprint? In e.g. tcmalloc there is page size, alignment etc. that can be tuned. Can the free list be returned to the system by an explicit call? Is allocation done with mmap or sbrk etc.
The text was updated successfully, but these errors were encountered: