Searched refs:IS_BLOCK_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
37 if (!IS_BLOCK_ALLOCATED(head_ptr)) in U()52 !IS_BLOCK_ALLOCATED(next_head_ptr); in U()
179 if (!IS_BLOCK_ALLOCATED(free_head_ptr)) in U()205 } else if (IS_BLOCK_ALLOCATED(bkwd_head_ptr)) in U()239 } else if (IS_BLOCK_ALLOCATED(fwd_head_ptr)) in U()
101 #define IS_BLOCK_ALLOCATED(HEAD_PTR) \ macro