Home
last modified time | relevance | path

Searched refs:RHINO_CONFIG_MM_BLK_SIZE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/board/c906/config/
A Dk_config.h36 #ifndef RHINO_CONFIG_MM_BLK_SIZE
37 #define RHINO_CONFIG_MM_BLK_SIZE 256 macro
/AliOS-Things-master/components/osal_aos/
A DREADME.md480 小于RHINO_CONFIG_MM_BLK_SIZE大小的内存块会优先从blk算法中申请不够的再从通过buddy申请
538 RHINO_CONFIG_MM_BLK_SIZE: 256
/AliOS-Things-master/kernel/rhino/
A Dk_mm.c417 if (mmhead->fix_pool != NULL && size <= RHINO_CONFIG_MM_BLK_SIZE) { in k_mm_alloc()

Completed in 6 milliseconds