Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/xstormy16/
Dtiny-malloc.c90 #define M_ALIGN(x, align) (-(size_t)(x) & ((align) - 1)) macro
126 : sz + sizeof (size_t) + M_ALIGN(sz, sizeof (size_t)))
386 old_size += M_ALIGN ((size_t)__malloc_end + sizeof (size_t), in memalign()
403 before_size = M_ALIGN (&block->next, align); in memalign()
405 before_size = sizeof (*block) + M_ALIGN (&(block+1)->next, align); in memalign()
513 return memalign (128, sz + M_ALIGN (sz, 128)); in pvalloc()