Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/misc/
Dlv_tlsf.c239 ALIGN_SIZE = (1 << ALIGN_SIZE_LOG2), enumerator
305 tlsf_static_assert(ALIGN_SIZE == SMALL_BLOCK_SIZE / SL_INDEX_COUNT);
621 tlsf_assert(block_to_ptr(block) == align_ptr(block_to_ptr(block), ALIGN_SIZE) in insert_free_block()
662 tlsf_assert(block_to_ptr(remaining) == align_ptr(block_to_ptr(remaining), ALIGN_SIZE) in block_split()
940 return ALIGN_SIZE; in lv_tlsf_align_size()
974 const size_t pool_bytes = align_down(bytes - pool_overhead, ALIGN_SIZE); in lv_tlsf_add_pool()
976 if(((ptrdiff_t)mem % ALIGN_SIZE) != 0) { in lv_tlsf_add_pool()
978 (unsigned int)ALIGN_SIZE); in lv_tlsf_add_pool()
1069 if(((tlsfptr_t)mem % ALIGN_SIZE) != 0) { in lv_tlsf_create()
1071 (unsigned int)ALIGN_SIZE); in lv_tlsf_create()
[all …]