Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_tlsf.c97 tlsf_static_assert(ALIGN_SIZE == SMALL_BLOCK_SIZE / SL_INDEX_COUNT);
245 tlsf_assert(block_to_ptr(block) == align_ptr(block_to_ptr(block), ALIGN_SIZE) in insert_free_block()
291 tlsf_assert(block_to_ptr(remaining) == align_ptr(block_to_ptr(remaining), ALIGN_SIZE) in block_split()
623 return ALIGN_SIZE; in tlsf_align_size()
657 const size_t pool_bytes = align_down(bytes - pool_overhead, ALIGN_SIZE); in tlsf_add_pool()
659 if (((ptrdiff_t)mem % ALIGN_SIZE) != 0) in tlsf_add_pool()
662 (unsigned int)ALIGN_SIZE); in tlsf_add_pool()
729 if (((tlsfptr_t)mem % ALIGN_SIZE) != 0) in tlsf_create()
732 (unsigned int)ALIGN_SIZE); in tlsf_create()
756 size_t adjust = adjust_request_size(size, ALIGN_SIZE); in tlsf_malloc()
[all …]
Dheap_tlsf_config.h60 ALIGN_SIZE = (1 << ALIGN_SIZE_LOG2), enumerator
113 ALIGN_SIZE = (1 << ALIGN_SIZE_LOG2), enumerator