I am writing a heap walk program in C and would like to know if there is anything like the concept of arenas in musl. Basically, I need to have a pointer to the base address of all my allocated heaps. Unfortunately inspecting the musl code I found none.

Thanks

Vahid