Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_tlsf.c183 unsigned int sl_map = control->sl_bitmap[fl] & (~0U << sl); in search_suitable_block() local
184 if (!sl_map) in search_suitable_block()
196 sl_map = control->sl_bitmap[fl]; in search_suitable_block()
198 tlsf_assert(sl_map && "internal error - second level bitmap is null"); in search_suitable_block()
199 sl = tlsf_ffs(sl_map); in search_suitable_block()
529 const int sl_map = sl_list & (1 << j); in tlsf_check() local
535 tlsf_insist(!sl_map && "second-level map must be null"); in tlsf_check()
538 if (!sl_map) in tlsf_check()