Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/misc/
Dlv_tlsf.c359 static const size_t block_size_max = tlsf_cast(size_t, 1) << FL_INDEX_MAX; variable
516 if(aligned < block_size_max) { in adjust_request_size()
950 return block_size_max; in lv_tlsf_block_size_max()
982 if(pool_bytes < block_size_min || pool_bytes > block_size_max) { in lv_tlsf_add_pool()
986 (unsigned int)((pool_overhead + block_size_max) / 256)); in lv_tlsf_add_pool()
990 (unsigned int)(pool_overhead + block_size_max)); in lv_tlsf_add_pool()