Lines Matching refs:boundary
659 64-bit systems. Only rarely is any higher boundary (such as a page
660 boundary) necessary; for those cases, use @code{aligned_alloc} or
982 @cindex page boundary
1016 @deftypefun {void *} memalign (size_t @var{boundary}, size_t @var{size})
1042 address is a multiple of @var{boundary}. The @var{boundary} must be a
1045 that is on the specified boundary.
1055 @var{boundary} is not a power of two.
1504 Allocate a block of @var{size} bytes, starting on a page boundary.
1515 @item void *memalign (size_t @var{size}, size_t @var{boundary})
1517 multiple of @var{boundary}. @xref{Aligned Memory Blocks}.
1888 the padding needed to start each object on a suitable boundary.
2512 Each obstack has an @dfn{alignment boundary}; each object allocated in
2514 specified boundary. By default, this boundary is aligned so that
2517 To access an obstack's alignment boundary, use the macro
3039 @var{address} is not properly aligned to a page boundary for the