docs: update memory and threading API docs
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
~LinearAllocator() override;
|
||||
```
|
||||
|
||||
销毁线性分配器,释放预分配的缓冲区。如果提供了 `parent` 分配器,则使用它释放缓冲区;否则使用系统默认释放(`::operator delete`)。
|
||||
销毁线性分配器,释放预分配的缓冲区。如果提供了 `parent` 分配器,则使用它释放缓冲区;否则使用系统默认释放(`_aligned_free`)。
|
||||
|
||||
**参数:** 无
|
||||
|
||||
|
||||
Reference in New Issue
Block a user