Home
last modified time | relevance | path

Searched defs:NEXT_CHUNK (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
Dmalloc_impl.h28 #define NEXT_CHUNK(c) ((struct chunk *)((char *)(c) + CHUNK_SIZE(c))) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc_impl.h78 #define NEXT_CHUNK(c) ((struct chunk *)((char *)(c) + CHUNK_SIZE(c))) macro
/third_party/alsa-lib/src/topology/
Dsave.c24 #define NEXT_CHUNK(val, shift) ((((val) >> (shift)) + 1) << (shift)) macro