Searched refs:tlsf_assert (Results 1 – 1 of 1) sorted by relevance
281 #define tlsf_assert LV_ASSERT macro283 #if !defined (tlsf_assert)284 #define tlsf_assert assert macro448 tlsf_assert(block_is_prev_free(block) && "previous block must be free"); in block_prev()457 tlsf_assert(!block_is_last(block)); in block_next()486 tlsf_assert(0 == (align & (align - 1)) && "must align to a power of two"); in align_up()492 tlsf_assert(0 == (align & (align - 1)) && "must align to a power of two"); in align_down()500 tlsf_assert(0 == (align & (align - 1)) && "must align to a power of two"); in align_ptr()576 tlsf_assert(sl_map && "internal error - second level bitmap is null"); in search_suitable_block()589 tlsf_assert(prev && "prev_free field can not be null"); in remove_free_block()[all …]