refactor api documentation structure

This commit is contained in:
2026-03-26 16:45:24 +08:00
parent 45842e961e
commit 6244b586bb
4389 changed files with 80504 additions and 69241 deletions

View File

@@ -0,0 +1,24 @@
# Memory
**命名空间**: `XCEngine::Memory`
**类型**: `module`
**描述**: 分配器与内存管理。
## 概览
该目录与 `XCEngine/Memory` 对应的 public headers 保持平行,用于承载唯一的 canonical API 文档入口。
## 头文件
- [Allocator](Allocator/Allocator.md) - `Allocator.h`
- [LinearAllocator](LinearAllocator/LinearAllocator.md) - `LinearAllocator.h`
- [MemoryManager](MemoryManager/MemoryManager.md) - `MemoryManager.h`
- [PoolAllocator](PoolAllocator/PoolAllocator.md) - `PoolAllocator.h`
- [ProxyAllocator](ProxyAllocator/ProxyAllocator.md) - `ProxyAllocator.h`
## 相关文档
- [上级目录](../XCEngine.md)
- [API 总索引](../../main.md)