Home
last modified time | relevance | path

Searched refs:RTL_MEMORY_ALIGN (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dalloc_global.c207 sal_Size size = RTL_MEMORY_ALIGN(n + RTL_MEMALIGN, RTL_MEMALIGN); in rtl_allocateMemory()
H A Dalloc_impl.h59 #define RTL_MEMORY_ALIGN(value, align) (((value) + ((align) - 1)) & ~((align) - 1)) macro
H A Dalloc_arena.c1022 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 13 milliseconds