mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-05 05:27:58 +08:00
7 lines
239 B
Markdown
7 lines
239 B
Markdown
|
## mem\_allocator\_pool\_t
|
|||
|
### 概述
|
|||
|
![image](images/mem_allocator_pool_t_0.png)
|
|||
|
|
|||
|
对现有的allocator进行包装,预先分配一部分内存,用于分配小块内存,可以避免内存碎片。
|
|||
|
----------------------------------
|