Searched refs:block_is_prev_free (Results 1 – 2 of 2) sorted by relevance
346 if (block_is_prev_free(block)) in block_merge_prev()502 const int this_prev_status = block_is_prev_free(block) ? 1 : 0; in integrity_walker()552 tlsf_insist(!block_is_prev_free(block) && "blocks should have coalesced"); in tlsf_check()554 tlsf_insist(block_is_prev_free(block_next(block)) && "block should be free"); in tlsf_check()
104 static inline __attribute__((__always_inline__)) int block_is_prev_free(const block_header_t* block) in block_is_prev_free() function