Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dalloc_impl.h61 #define RTL_MEMORY_ISP2(value) (((value) & ((value) - 1)) == 0) macro
H A Dalloc_arena.c494 if (!RTL_MEMORY_ISP2(size)) in rtl_arena_segment_alloc()
755 if (!RTL_MEMORY_ISP2(quantum)) in rtl_arena_activate()
H A Dalloc_cache.c913 OSL_ASSERT(RTL_MEMORY_ISP2(objalign)); in rtl_cache_activate()
940 if (!RTL_MEMORY_ISP2(slabsize)) in rtl_cache_activate()

Completed in 29 milliseconds