diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-12-04 15:32:19 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-12-04 15:32:21 +0000 |
| commit | 82bd19117313e6d61ab2ac03583e22b8a627f14a (patch) | |
| tree | 76c062fde474af7c4e53b524242908a694273575 /docs/arch/x86_64/memory/heap | |
| parent | 888ae9e053973125551729ff787b8f3c4cf4e1be (diff) | |
| download | teachos-82bd19117313e6d61ab2ac03583e22b8a627f14a.tar.xz teachos-82bd19117313e6d61ab2ac03583e22b8a627f14a.zip | |
Add doxygen docs file
Diffstat (limited to 'docs/arch/x86_64/memory/heap')
| -rw-r--r-- | docs/arch/x86_64/memory/heap/bump_allocator.rst | 5 | ||||
| -rw-r--r-- | docs/arch/x86_64/memory/heap/concept.rst | 5 | ||||
| -rw-r--r-- | docs/arch/x86_64/memory/heap/linked_list_allocator.rst | 5 | ||||
| -rw-r--r-- | docs/arch/x86_64/memory/heap/memory_block.rst | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/docs/arch/x86_64/memory/heap/bump_allocator.rst b/docs/arch/x86_64/memory/heap/bump_allocator.rst new file mode 100644 index 0000000..185f00b --- /dev/null +++ b/docs/arch/x86_64/memory/heap/bump_allocator.rst @@ -0,0 +1,5 @@ +Heap Bump Allocator +======================= + +.. doxygenfile:: arch/x86_64/include/arch/memory/heap/bump_allocator.hpp + diff --git a/docs/arch/x86_64/memory/heap/concept.rst b/docs/arch/x86_64/memory/heap/concept.rst new file mode 100644 index 0000000..c0c3123 --- /dev/null +++ b/docs/arch/x86_64/memory/heap/concept.rst @@ -0,0 +1,5 @@ +Heap Allocator Concept +======================= + +.. doxygenfile:: arch/x86_64/include/arch/memory/heap/concept.hpp + diff --git a/docs/arch/x86_64/memory/heap/linked_list_allocator.rst b/docs/arch/x86_64/memory/heap/linked_list_allocator.rst new file mode 100644 index 0000000..26b25ab --- /dev/null +++ b/docs/arch/x86_64/memory/heap/linked_list_allocator.rst @@ -0,0 +1,5 @@ +Heap Linked List Allocator +======================= + +.. doxygenfile:: arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp + diff --git a/docs/arch/x86_64/memory/heap/memory_block.rst b/docs/arch/x86_64/memory/heap/memory_block.rst new file mode 100644 index 0000000..8ed6566 --- /dev/null +++ b/docs/arch/x86_64/memory/heap/memory_block.rst @@ -0,0 +1,5 @@ +Heap Linked List Free Memory Block +======================= + +.. doxygenfile:: arch/x86_64/include/arch/memory/heap/memory_block.hpp + |
