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 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
+