Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/misc/
Dlv_tlsf.c281 #define tlsf_assert LV_ASSERT macro
283 #if !defined (tlsf_assert)
284 #define tlsf_assert assert macro
449 tlsf_assert(block_is_prev_free(block) && "previous block must be free"); in block_prev()
458 tlsf_assert(!block_is_last(block)); in block_next()
487 tlsf_assert(0 == (align & (align - 1)) && "must align to a power of two"); in align_up()
493 tlsf_assert(0 == (align & (align - 1)) && "must align to a power of two"); in align_down()
501 tlsf_assert(0 == (align & (align - 1)) && "must align to a power of two"); in align_ptr()
577 tlsf_assert(sl_map && "internal error - second level bitmap is null"); in search_suitable_block()
590 tlsf_assert(prev && "prev_free field can not be null"); in remove_free_block()
[all …]