Skip to content

Chunk Allocator Information #27

@apl3b

Description

@apl3b

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions