aboutsummaryrefslogtreecommitdiff
path: root/docs/arch/x86_64/memory/heap
diff options
context:
space:
mode:
Diffstat (limited to 'docs/arch/x86_64/memory/heap')
-rw-r--r--docs/arch/x86_64/memory/heap/bump_allocator.rst5
-rw-r--r--docs/arch/x86_64/memory/heap/concept.rst5
-rw-r--r--docs/arch/x86_64/memory/heap/linked_list_allocator.rst5
-rw-r--r--docs/arch/x86_64/memory/heap/memory_block.rst5
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 00000000..185f00bc
--- /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 00000000..c0c31236
--- /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 00000000..26b25ab4
--- /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 00000000..8ed65660
--- /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
+