Searched refs:BIONIC_ROUND_UP_POWER_OF_2 (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/bionic/
H A Djemalloc_wrapper.cpp42 boundary = BIONIC_ROUND_UP_POWER_OF_2(boundary);
/bionic/libc/private/
H A Dbionic_macros.h44 #define BIONIC_ROUND_UP_POWER_OF_2(value) \ macro
/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp401 alignment = BIONIC_ROUND_UP_POWER_OF_2(alignment);
/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp325 alignment_mask = BIONIC_ROUND_UP_POWER_OF_2(alignment) - 1;
418 alignment_mask = BIONIC_ROUND_UP_POWER_OF_2(alignment) - 1;

Completed in 101 milliseconds