Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dconfig.h16 #define MALLOC_ALIGNMENT 16 macro
158 #define MALLOC_ALIGNMENT 8 macro
185 #define MALLOC_ALIGNMENT 8 macro
196 #define MALLOC_ALIGNMENT 16 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dconfig.h16 #define MALLOC_ALIGNMENT 16 macro
158 #define MALLOC_ALIGNMENT 8 macro
185 #define MALLOC_ALIGNMENT 8 macro
196 #define MALLOC_ALIGNMENT 16 macro
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c356 #define MALLOC_ALIGNMENT (SIZE_SZ + SIZE_SZ) macro
357 #define MALLOC_ALIGN_MASK (MALLOC_ALIGNMENT - 1)
1115 correction = (MALLOC_ALIGNMENT) - front_misalign;
1896 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes);
H A Ddlmalloc.src1275 #define MALLOC_ALIGNMENT (SIZE_SZ + SIZE_SZ)
1276 #define MALLOC_ALIGN_MASK (MALLOC_ALIGNMENT - 1)
1980 correction = (MALLOC_ALIGNMENT) - front_misalign;
2014 /* Also keep size a multiple of MALLOC_ALIGNMENT */
2733 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes);