diff options
| author | Carlos Maiolino <[email protected]> | 2025-09-14 12:56:39 +0200 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2025-09-14 12:56:39 +0200 |
| commit | e79687494bc3b01f42a79b0c355533e6e39e9a9d (patch) | |
| tree | f25713cee9d69a61c26756c9784bb16ef5c8011d /src/mm/paging.c | |
| parent | bbba609cd83cc99fe65feb6230347d164f621b30 (diff) | |
Add a simple heap implementation
Add a simple API implementing a heap memory area.
This specifies 2 main data structures:
struct heap - Defines a heap:
Holds a table with all entries in the specific heap and
the initial heap memory address
struct heap_table - Describes the usage state of every PAGE
within the specific heap.
Signed-off-by: Carlos Maiolino <[email protected]>
Diffstat (limited to 'src/mm/paging.c')
0 files changed, 0 insertions, 0 deletions
