Searched refs:tlsf_assert (Results 1 – 1 of 1) sorted by relevance
76 #if !defined (tlsf_assert)77 #define tlsf_assert assert macro101 tlsf_assert(0 == (align & (align - 1)) && "must align to a power of two"); in align_up()107 tlsf_assert(0 == (align & (align - 1)) && "must align to a power of two"); in align_down()115 tlsf_assert(0 == (align & (align - 1)) && "must align to a power of two"); in align_ptr()198 tlsf_assert(sl_map && "internal error - second level bitmap is null"); in search_suitable_block()211 tlsf_assert(prev && "prev_free field can not be null"); in remove_free_block()212 tlsf_assert(next && "next_free field can not be null"); in remove_free_block()239 tlsf_assert(current && "free list cannot have a null entry"); in insert_free_block()240 tlsf_assert(block && "cannot insert a null entry into the free list"); in insert_free_block()[all …]