Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h70 #define BLOCK_TO_CHUNK(p) (struct chunk *)((char *)(p) + CHUNK_BLOCK_OFFSET) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c438 cur = BLOCK_TO_CHUNK(block); in check_heap_integrity()