Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.h4 #ifndef MALLOC_ALIGNMENT
5 #define MALLOC_ALIGNMENT 16 macro
28 #if !(MALLOC_ALIGNMENT == 16 || MALLOC_ALIGNMENT == 0)
29 #error Modify lines below to make MALLOC_ALIGNMENT consistent
32 #undef MALLOC_ALIGNMENT
33 #define MALLOC_ALIGNMENT 16 macro
50 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
58 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
H A Ddlmalloc.c15 #define MALLOC_ALIGNMENT 16 macro
503 #ifndef MALLOC_ALIGNMENT
504 #define MALLOC_ALIGNMENT 8 //((size_t)8U) macro
1278 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1286 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2537 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2538 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
3877 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
3882 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c82 #define MALLOC_ALIGNMENT ((size_t)16U) macro
84 #define MALLOC_ALIGNMENT ((size_t)32U) macro
620 #ifndef MALLOC_ALIGNMENT
621 #define MALLOC_ALIGNMENT ((size_t)16U) macro
651 #ifndef MALLOC_ALIGNMENT
652 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1546 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1554 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2635 #define SYS_ALLOC_PADDING (TOP_FOOT_SIZE + MALLOC_ALIGNMENT)
3083 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dconfig.h103 #define MALLOC_ALIGNMENT 8 macro
114 #define MALLOC_ALIGNMENT 8 macro