awtk/docs/manual/mem_allocator_oom_t.md

7 lines
246 B
Markdown
Raw Normal View History

2020-06-18 21:54:25 +08:00
## mem\_allocator\_oom\_t
### 概述
![image](images/mem_allocator_oom_t_0.png)
对现有的allocator进行包装如果分配内存失败调用预先设置的回调函数释放内存然后再重试。
----------------------------------