Changes between Initial Version and Version 1 of Ticket #422, comment 1
- Timestamp:
- 2012-03-06T19:19:01Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #422, comment 1
initial v1 3 3 The range allocator should be made more integrated in the physical memory management subsystem and further enhanced, so that: 4 4 5 * all physical memory is initially owned by the root physical memory are a6 * implement support for recursive importing of new ranges from the parent are a7 * one child arena will be used by our slab allocator, it will import memory from the parent physical memory arena5 * all physical memory is initially owned by the root physical memory arena 6 * implement support for recursive importing of new ranges from the parent arena 7 * one child arena will be used by our slab allocator, it will import memory from the root physical memory arena 8 8 * one child arena will be used by the prospective DMA allocator, it will import memory from the parent physical memory arena 9 9 * if we could get rid of the current zone allocator in favor of this new setup, so much the better