Skip to content

support of iso_alloc_from_zone to allocate a specified number of bytes and reserve memory for memory pooling #198

Open
@daniel-brosche

Description

@daniel-brosche

Is your feature request related to a problem? Please describe.
I want to use the isoalloc as a kind of memory pool by usingh iso_alloc_from_zone. Unfortunately two things are missing for that:

  1. iso_alloc_from_zone isn't able to allocate a specified number of byte (_iso_alloc is).
  2. reserve/pre-allocate zone memory size passed by iso_alloc_new_zone

Describe the solution you'd like
see above

Describe alternatives you've considered
see above

Additional context
see above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions