|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

宏定义 | |
| #define | SLAB_MEM_ALLOCATOR_SIZE 512U |
函数 | |
| void | LOS_SlabSizeCfg (UINT32 *cfg, UINT32 cnt) |
| configure slab size. | |
| #define SLAB_MEM_ALLOCATOR_SIZE 512U |
total size of each slab class.
configure slab size.
slab bucket size type.
| cfg | [IN] the pointer to slab size config table. Note that the pointer cannot be null. |
| cnt | [IN] slab class size, must be equal to SLAB_MEM_COUNT(the number of slab class). |
| None. |