Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_tlsf_config.h98 SMALL_BLOCK_SIZE = (1 << FL_INDEX_SHIFT), enumerator
124 SMALL_BLOCK_SIZE = (1 << FL_INDEX_SHIFT), enumerator
Dheap_tlsf.c97 tlsf_static_assert(ALIGN_SIZE == SMALL_BLOCK_SIZE / SL_INDEX_COUNT);
147 if (size < SMALL_BLOCK_SIZE) in mapping_insert()
166 if (size >= SMALL_BLOCK_SIZE) in mapping_search()