aboutsummaryrefslogtreecommitdiff
path: root/docs/arch/x86_64/memory/heap
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-24 16:39:43 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-24 16:42:39 +0000
commitfeac668578a35aac280b59d478a57b6937bb68da (patch)
treece9bc9854c75a5a663428fcd34b3a18035e1e53f /docs/arch/x86_64/memory/heap
parent2d3399ab6072acd85811a54fce8eff50628888b6 (diff)
downloadteachos-feac668578a35aac280b59d478a57b6937bb68da.tar.xz
teachos-feac668578a35aac280b59d478a57b6937bb68da.zip
docs: move files out of the way
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/global_heap_allocator.rst5
-rw-r--r--docs/arch/x86_64/memory/heap/heap_allocator.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
-rw-r--r--docs/arch/x86_64/memory/heap/user_heap_allocator.rst5
6 files changed, 0 insertions, 30 deletions
diff --git a/docs/arch/x86_64/memory/heap/bump_allocator.rst b/docs/arch/x86_64/memory/heap/bump_allocator.rst
deleted file mode 100644
index b20916e..0000000
--- a/docs/arch/x86_64/memory/heap/bump_allocator.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Kernel Heap Bump Allocator
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/heap/bump_allocator.hpp
-
diff --git a/docs/arch/x86_64/memory/heap/global_heap_allocator.rst b/docs/arch/x86_64/memory/heap/global_heap_allocator.rst
deleted file mode 100644
index 60ec0b5..0000000
--- a/docs/arch/x86_64/memory/heap/global_heap_allocator.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Global Heap Allocator
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/heap/global_heap_allocator.hpp
-
diff --git a/docs/arch/x86_64/memory/heap/heap_allocator.rst b/docs/arch/x86_64/memory/heap/heap_allocator.rst
deleted file mode 100644
index b410e41..0000000
--- a/docs/arch/x86_64/memory/heap/heap_allocator.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Kernel Heap Allocator
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/heap/heap_allocator.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
deleted file mode 100644
index d156852..0000000
--- a/docs/arch/x86_64/memory/heap/linked_list_allocator.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Kernel 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
deleted file mode 100644
index 8ed6566..0000000
--- a/docs/arch/x86_64/memory/heap/memory_block.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Heap Linked List Free Memory Block
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/heap/memory_block.hpp
-
diff --git a/docs/arch/x86_64/memory/heap/user_heap_allocator.rst b/docs/arch/x86_64/memory/heap/user_heap_allocator.rst
deleted file mode 100644
index d0febb6..0000000
--- a/docs/arch/x86_64/memory/heap/user_heap_allocator.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-User Heap Linked List Allocator
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/heap/user_heap_allocator.hpp
-