Home
last modified time | relevance | path

Searched refs:BIONIC_ROUND_UP_POWER_OF_2 (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/private/
Dbionic_macros.h44 #define BIONIC_ROUND_UP_POWER_OF_2(value) \ macro
/bionic/libc/bionic/
Djemalloc_wrapper.cpp42 boundary = BIONIC_ROUND_UP_POWER_OF_2(boundary); in je_memalign_round_up_boundary()
Dmalloc_debug_leak.cpp453 alignment = BIONIC_ROUND_UP_POWER_OF_2(alignment); in leak_memalign()
Dmalloc_debug_check.cpp370 alignment = BIONIC_ROUND_UP_POWER_OF_2(alignment); in chk_memalign()
Dmalloc_debug_qemu.cpp982 alignment = BIONIC_ROUND_UP_POWER_OF_2(alignment); in qemu_instrumented_memalign()