Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_tlsf.c85 #define tlsf_static_assert(exp) \ macro
89 tlsf_static_assert(sizeof(int) * CHAR_BIT == 32);
90 tlsf_static_assert(sizeof(size_t) * CHAR_BIT >= 32);
91 tlsf_static_assert(sizeof(size_t) * CHAR_BIT <= 64);
94 tlsf_static_assert(sizeof(unsigned int) * CHAR_BIT >= SL_INDEX_COUNT);
97 tlsf_static_assert(ALIGN_SIZE == SMALL_BLOCK_SIZE / SL_INDEX_COUNT);