Searched refs:ALIGN (Results 1 – 5 of 5) sorted by relevance
10 RO_SECTION +0 ALIGN 0x100027 RW_SECTION +0 ALIGN 0x100039 END_SECTION +ImageLength(ZI) ALIGN 0x1000
11 RO +0 ALIGN 0x1000
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()
31 RO_SECTION +0 ALIGN 0x100048 RW_SECTION +0 ALIGN 0x100060 END_SECTION +ImageLength(ZI) ALIGN 0x1000
39 RO +0 ALIGN 0x1000