Searched refs:RTL_MEMORY_P2ALIGN (Results 1 – 2 of 2) sorted by relevance
62 #define RTL_MEMORY_P2ALIGN(value, align) ((value) & -(sal_IntPtr)(align)) macro
519 index = lowbit(RTL_MEMORY_P2ALIGN(arena->m_freelist_bitmap, size)); in rtl_arena_segment_alloc()
Completed in 40 milliseconds