Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h68 #define CHUNK_BLOCK_OFFSET (sizeof(struct heap_block)) macro
69 #define CHUNK_TO_BLOCK(c) (struct heap_block *)((char *)(c) - CHUNK_BLOCK_OFFSET)
70 #define BLOCK_TO_CHUNK(p) (struct chunk *)((char *)(p) + CHUNK_BLOCK_OFFSET)