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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c45 However, you can define MALLOC_ALIGNMENT to be wider than this
248 MALLOC_ALIGNMENT default: (size_t)(2 * sizeof(void *))
603 #ifndef MALLOC_ALIGNMENT
604 #define MALLOC_ALIGNMENT ((size_t)16U) macro
646 #ifndef MALLOC_ALIGNMENT
647 #define MALLOC_ALIGNMENT ((size_t)(2 * sizeof(void *))) macro
648 #endif /* MALLOC_ALIGNMENT */
1601 /* The bit mask value corresponding to MALLOC_ALIGNMENT */
1602 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1610 ((MALLOC_ALIGNMENT
[all...]

Completed in 36 milliseconds