I would like to have a way in mona to check given an allocation size, if the Back-End Allocator or the Front-End Allocator will be used.
I would also like to know more details about this decision (current counter state, relevant decision factors like the chunk size condition check).
Finally, I would also like to know more about where would this new chunk end up:
- Which Bin
- Which Segment
- If from the LFH, which SubSegment
- If from the ListHint, which bin
- If from the FreeList, which free Chunk (did we had an exact match?) or did we split an existing free Chunk? If so, what was the end state?
I would like to have a way in mona to check given an allocation size, if the Back-End Allocator or the Front-End Allocator will be used.
I would also like to know more details about this decision (current counter state, relevant decision factors like the chunk size condition check).
Finally, I would also like to know more about where would this new chunk end up: