Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/internal/
Dmalloc_impl.h67 #define SIZE_ALIGN (8*sizeof(size_t)) macro
70 #define SIZE_ALIGN (16*sizeof(size_t)) macro
75 #define SIZE_ALIGN (4*sizeof(size_t)) macro
78 #define SIZE_ALIGN (8*sizeof(size_t)) macro
/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/internal/
Dmalloc_impl.h23 #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/internal/
Dmalloc_impl.h64 #define SIZE_ALIGN ROUNDUP(sizeof(struct chunk), 0x10) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h1380 #define SIZE_ALIGN(val, size) ((val) + (size) - 1) / (size) macro