linked-list-allocator icon indicating copy to clipboard operation
linked-list-allocator copied to clipboard

Way of extending when there is not enough memory

Open ChocolateLoverRaj opened this issue 10 months ago • 0 comments

It would be nice if the allocator could accept a function which gets called when there is not enough memory to allocate something, and that function can then get pages of memory (such as mapping some phys frames or requesting memory from the kernel).

ChocolateLoverRaj avatar Feb 15 '25 03:02 ChocolateLoverRaj