Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_tlsf_block_functions.h132 static inline __attribute__((__always_inline__)) block_header_t* offset_to_block(const void* ptr, s… in offset_to_block() function
146 block_header_t* next = offset_to_block(block_to_ptr(block), in block_next()
Dheap_tlsf.c284 offset_to_block(block_to_ptr(block), size - block_header_overhead); in block_split()
579 offset_to_block(pool, -(int)block_header_overhead); in tlsf_walk_pool()
685 block = offset_to_block(mem, -(tlsfptr_t)block_header_overhead); in tlsf_add_pool()
703 block_header_t* block = offset_to_block(pool, -(int)block_header_overhead); in tlsf_remove_pool()
Dmulti_heap.c164 block_header_t* block = offset_to_block(pool, -(int)block_header_overhead); in multi_heap_get_first_block()