--- a/docs/Writerside/topics/mempool.h.md Sat Jan 25 13:40:50 2025 +0100 +++ b/docs/Writerside/topics/mempool.h.md Sat Jan 25 13:44:24 2025 +0100 @@ -1,5 +1,9 @@ # Memory Pool +<warning> +Outdated - Rewrite! +</warning> + A memory pool is providing an allocator implementation that automatically deallocates the memory upon its destruction. It also allows you to register destructor functions for the allocated memory, which are automatically called before the memory is deallocated.