Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_tlsf.c346 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()
Dheap_tlsf_block_functions.h104 static inline __attribute__((__always_inline__)) int block_is_prev_free(const block_header_t* block) in block_is_prev_free() function