-
Notifications
You must be signed in to change notification settings - Fork 888
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
How to have several different heaps in one thread #960
Comments
Updated Code Example for Independent Heaps:
Key Considerations: |
I use
mi_heap_new
to create several heaps in one thread, but I find that they actually share the sametld
, indicating that they point to the same segments even though they are "different heaps".My question is: how to allocate several different heaps within one thread that have different segments all?
The text was updated successfully, but these errors were encountered: