You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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: