Home
last modified time | relevance | path

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

/openbmc/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;
1903 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);