Lines Matching defs:aligned
45 * @param mem Pointer to memory region (should be aligned to page size)
54 * @param mem Pointer to memory region (should be aligned to page size)
62 * @param mem Pointer to memory region (should be aligned to page size)
70 * @param mem Pointer to memory region (should be aligned to page size)
78 * @param mem Pointer to memory region (should be aligned to page size)
92 * \brief Allocated aligned memory with alignment \param alignment_in_bytes and
149 auto aligned = AlignDownToPageSize(unaligned);
150 Span<std::byte> sp(reinterpret_cast<std::byte *>(aligned), sp_.Size() + unaligned - aligned);
259 * addr sould be page aligned for file map but it is not guaranteed for anonymous map
322 * Returned address will be aligned as \param aligment_in_bytes.