Home
last modified time | relevance | path

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

/bionic/libc/platform/bionic/
Dmacros.h29 #define BIONIC_ROUND_UP_POWER_OF_2(value) \ macro
/bionic/libc/bionic/
Djemalloc_wrapper.cpp55 boundary = BIONIC_ROUND_UP_POWER_OF_2(boundary); in je_memalign_round_up_boundary()
Dbionic_allocator.cpp319 align = BIONIC_ROUND_UP_POWER_OF_2(align); in memalign()
Dbionic_elf_tls.cpp294 bytes = BIONIC_ROUND_UP_POWER_OF_2(bytes); in calculate_new_dtv_count()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp711 alignment = BIONIC_ROUND_UP_POWER_OF_2(alignment); in debug_memalign()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp488 alignment_mask = BIONIC_ROUND_UP_POWER_OF_2(alignment) - 1; in TEST_F()
586 alignment_mask = BIONIC_ROUND_UP_POWER_OF_2(alignment) - 1; in TEST_F()