Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_tlsf.c69 static inline __attribute__((always_inline)) block_header_t* block_from_ptr(const void* ptr) in block_from_ptr() function
97 block_header_t* block = block_from_ptr(ptr); in integrity_walker()
/hal_espressif-latest/components/heap/
Dmulti_heap.c226 assert_valid_block(heap, block_from_ptr(p)); in multi_heap_free_impl()
243 assert_valid_block(heap, block_from_ptr(p)); in multi_heap_realloc_impl()