Searched refs:RTL_MEMORY_ALIGN (Results 1 – 3 of 3) sorted by relevance
207 sal_Size size = RTL_MEMORY_ALIGN(n + RTL_MEMALIGN, RTL_MEMALIGN); in rtl_allocateMemory()
59 #define RTL_MEMORY_ALIGN(value, align) (((value) + ((align) - 1)) & ~((align) - 1)) macro
1022 sal_Size size = RTL_MEMORY_ALIGN((*pSize), arena->m_quantum); in rtl_arena_alloc()1095 size = RTL_MEMORY_ALIGN(size, arena->m_quantum); in rtl_arena_free()
Completed in 25 milliseconds