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

How to have several different heaps in one thread #960

Open
jesHrz opened this issue Nov 10, 2024 · 0 comments
Open

How to have several different heaps in one thread #960

jesHrz opened this issue Nov 10, 2024 · 0 comments

Comments

@jesHrz
Copy link

jesHrz commented Nov 10, 2024

I use mi_heap_new to create several heaps in one thread, but I find that they actually share the same tld, 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?

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

No branches or pull requests

1 participant