Home
last modified time | relevance | path

Searched refs:MM_MIN_SIZE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/kernel/rhino/
A Dk_mm.c292 if (!len || len < sizeof(k_mm_region_info_t) + MMLIST_HEAD_SIZE * 3 + MM_MIN_SIZE) { in krhino_add_mm_region()
429 size = size < MM_MIN_SIZE ? MM_MIN_SIZE : size; in k_mm_alloc()
478 if (MM_GET_BUF_SIZE(get_b) >= size + MMLIST_HEAD_SIZE + MM_MIN_SIZE) { in k_mm_alloc()
652 new_size = new_size < MM_MIN_SIZE ? MM_MIN_SIZE : new_size; in k_mm_realloc()
663 if (old_size >= new_size + MMLIST_HEAD_SIZE + MM_MIN_SIZE) { in k_mm_realloc()
703 if (MM_GET_BUF_SIZE(this_b) >= new_size + MMLIST_HEAD_SIZE + MM_MIN_SIZE) { in k_mm_realloc()
/AliOS-Things-master/kernel/rhino/include/
A Dk_mm.h51 #define MM_MIN_SIZE (1 << (MM_MIN_BIT - 1)) macro

Completed in 4 milliseconds