Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h69 #define CHUNK_TO_BLOCK(c) (struct heap_block *)((char *)(c) - CHUNK_BLOCK_OFFSET) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c474 struct heap_block *block = CHUNK_TO_BLOCK(self); in insert_block_list()