refactor api documentation structure
This commit is contained in:
24
docs/api/XCEngine/Memory/Memory.md
Normal file
24
docs/api/XCEngine/Memory/Memory.md
Normal 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)
|
||||
Reference in New Issue
Block a user