aboutsummaryrefslogtreecommitdiff
path: root/docs/pre/arch/x86_64/memory/heap
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-08 07:35:29 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-08 07:35:29 +0200
commit48cafb5656851bfee6a6cfa6b9fcb27d63151ae4 (patch)
tree72c6757d9d460cef26c26fc8382e38d6a662e5d4 /docs/pre/arch/x86_64/memory/heap
parent3bf3c748eec38c776dd3c54cbb30be1d44ffb5c3 (diff)
downloadkernel-48cafb5656851bfee6a6cfa6b9fcb27d63151ae4.tar.xz
kernel-48cafb5656851bfee6a6cfa6b9fcb27d63151ae4.zip
docs: remove old documentation
Diffstat (limited to 'docs/pre/arch/x86_64/memory/heap')
-rw-r--r--docs/pre/arch/x86_64/memory/heap/bump_allocator.rst5
-rw-r--r--docs/pre/arch/x86_64/memory/heap/global_heap_allocator.rst5
-rw-r--r--docs/pre/arch/x86_64/memory/heap/heap_allocator.rst5
-rw-r--r--docs/pre/arch/x86_64/memory/heap/linked_list_allocator.rst5
-rw-r--r--docs/pre/arch/x86_64/memory/heap/memory_block.rst5
-rw-r--r--docs/pre/arch/x86_64/memory/heap/user_heap_allocator.rst5
6 files changed, 0 insertions, 30 deletions
diff --git a/docs/pre/arch/x86_64/memory/heap/bump_allocator.rst b/docs/pre/arch/x86_64/memory/heap/bump_allocator.rst
deleted file mode 100644
index b20916e..0000000
--- a/docs/pre/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/pre/arch/x86_64/memory/heap/global_heap_allocator.rst b/docs/pre/arch/x86_64/memory/heap/global_heap_allocator.rst
deleted file mode 100644
index 60ec0b5..0000000
--- a/docs/pre/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/pre/arch/x86_64/memory/heap/heap_allocator.rst b/docs/pre/arch/x86_64/memory/heap/heap_allocator.rst
deleted file mode 100644
index b410e41..0000000
--- a/docs/pre/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/pre/arch/x86_64/memory/heap/linked_list_allocator.rst b/docs/pre/arch/x86_64/memory/heap/linked_list_allocator.rst
deleted file mode 100644
index d156852..0000000
--- a/docs/pre/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/pre/arch/x86_64/memory/heap/memory_block.rst b/docs/pre/arch/x86_64/memory/heap/memory_block.rst
deleted file mode 100644
index 8ed6566..0000000
--- a/docs/pre/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/pre/arch/x86_64/memory/heap/user_heap_allocator.rst b/docs/pre/arch/x86_64/memory/heap/user_heap_allocator.rst
deleted file mode 100644
index d0febb6..0000000
--- a/docs/pre/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
-