Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/heap/
Dheap_tlsf.c657 const size_t pool_bytes = align_down(bytes - pool_overhead, ALIGN_SIZE); in tlsf_add_pool() local
666 if (pool_bytes < block_size_min || pool_bytes > block_size_max) in tlsf_add_pool()
686 block_set_size(block, pool_bytes); in tlsf_add_pool()