Searched refs:ALIGN (Results 1 – 3 of 3) sorted by relevance
50 static const size_t ALIGN = 8;65 NN_ASSERT((addr % ALIGN) == 0); in Initialize()448 uptr addrAligned = Base::RoundUp<Base::ALIGN>(addr); in Initialize()492 static const size_t ALIGN = BuddyHeap::ALIGN; variable530 NN_ASSERT(alignment <= ALIGN);531 if (alignment > ALIGN)536 s32 order = m_Heap->GetOrder(size + ALIGN);542 NN_LOG_DEBUG("Alloc size %d, order %d\n", size + ALIGN, order);544 return reinterpret_cast<void*>(reinterpret_cast<uptr>(p) + ALIGN);553 p = reinterpret_cast<void*>(reinterpret_cast<uptr>(p) - ALIGN); in Free()
49 static const size_t ALIGN = 8;75 NN_ASSERT((addr % ALIGN) == 0); in Initialize()612 uptr addrAligned = Base::RoundUp<Base::ALIGN>(addr); in Initialize()661 static const size_t ALIGN = BuddyHeap::ALIGN; variable706 NN_ASSERT(alignment <= ALIGN);707 if (alignment > ALIGN)714 s32 order = m_Heap->GetOrder(size + ALIGN);721 NN_LOG_DEBUG("Alloc size %d, order %d\n", size + ALIGN, order);723 return reinterpret_cast<void*>(reinterpret_cast<uptr>(p) + ALIGN);733 p = reinterpret_cast<void*>(reinterpret_cast<uptr>(p) - ALIGN); in Free()
40 RO_SECTION +0 ALIGN 0x100048 RW_SECTION +0 ALIGN 0x1000