Home
last modified time | relevance | path

Searched defs:SIZE_ALIGN (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/libc-test/src/regression/
Dmalloc-pressure.c5 #define SIZE_ALIGN (4 * sizeof(size_t)) macro
Dmalloc-multi-thread-performance.c10 #define SIZE_ALIGN (4 * sizeof(size_t)) macro
/third_party/musl/libc-test/src/functionalext/supplement/malloc/
Drealloc.c21 #define SIZE_ALIGN (4 * sizeof(size_t)) macro
/third_party/musl/src/malloc/oldmalloc/
Dmalloc_impl.h18 #define SIZE_ALIGN (4*sizeof(size_t)) macro
/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h29 #define SIZE_ALIGN (8 * sizeof(size_t)) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc_impl.h64 #define SIZE_ALIGN ROUNDUP(sizeof(struct chunk), 0x10) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h1567 #define SIZE_ALIGN(val, size) (((val) + (size) - 1) / (size)) macro