increasing_heap_allocator

Crates.ioincreasing_heap_allocator
lib.rsincreasing_heap_allocator
version0.1.3
sourcesrc
created_at2024-01-09 02:10:24.852778
updated_at2024-01-11 02:37:11.517115
descriptionA heap allocator framework that can be implemented based on increasing page allocator, usable anywhere.
homepage
repositoryhttps://github.com/Amjad50/OS
max_upload_size
id1093214
size22,511
Amjad Alsharafi (Amjad50)

documentation

README

Increasing Heap Allocator

This is a simple implementation of a heap allocator that can be used anywhere.

It only requires the ability to get more pages of memory, these pages must be after one another.

It can be implemented easily for example using sbrk, but also in a custom kernel.

See: https://github.com/Amjad50/OS

Commit count: 0

cargo fmt