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/
Dbionic_elf_tls.cpp117 const size_t min_bionic_alignment = BIONIC_ROUND_UP_POWER_OF_2(MAX_TLS_SLOT) * sizeof(void*); in reserve_exe_segment_and_tcb()
219 bytes = BIONIC_ROUND_UP_POWER_OF_2(bytes); in calculate_new_dtv_count()
Djemalloc_wrapper.cpp45 boundary = BIONIC_ROUND_UP_POWER_OF_2(boundary); in je_memalign_round_up_boundary()
Dbionic_allocator.cpp323 align = BIONIC_ROUND_UP_POWER_OF_2(align); in memalign()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp586 alignment = BIONIC_ROUND_UP_POWER_OF_2(alignment); in debug_memalign()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp419 alignment_mask = BIONIC_ROUND_UP_POWER_OF_2(alignment) - 1; in TEST_F()
517 alignment_mask = BIONIC_ROUND_UP_POWER_OF_2(alignment) - 1; in TEST_F()