Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dconfig.h37 #define MALLOC_ALIGNMENT 16 macro
176 #define MALLOC_ALIGNMENT 8 macro
203 #define MALLOC_ALIGNMENT 8 macro
214 #define MALLOC_ALIGNMENT 16 macro
/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c998 #ifndef MALLOC_ALIGNMENT
1000 #define MALLOC_ALIGNMENT (SIZE_SZ < 4 ? 8 : (SIZE_SZ + SIZE_SZ)) macro
1002 #define MALLOC_ALIGN MALLOC_ALIGNMENT
1004 #define MALLOC_ALIGN_MASK (MALLOC_ALIGNMENT - 1)
1755 correction = (MALLOC_ALIGNMENT) - front_misalign; in malloc_extend_top()
1775 new_brk -= (MALLOC_ALIGNMENT) - front_misalign; in malloc_extend_top()
2602 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes); in mEMALIGn()
/picolibc-latest/newlib/
DChangeLog-201519566 * libc/stdlib/mallocr.c [!defined(MALLOC_ALIGNMENT)]: Add conditional
21912 can be set by defining MALLOC_ALIGNMENT=16. Also added support
22775 (MALLOC_ALIGNMENT): Don't define if already defined.
23855 * libc/stdlib/malloc.h (MALLOC_ALIGNMENT): Use either pointer