HomeSort by relevance Sort by last modified time
    Searched refs:BIONIC_ROUND_UP_POWER_OF_2 (Results 1 - 5 of 5) sorted by null

  /bionic/libc/private/
bionic_macros.h 44 #define BIONIC_ROUND_UP_POWER_OF_2(value) \
  /bionic/libc/bionic/
jemalloc_wrapper.cpp 42 boundary = BIONIC_ROUND_UP_POWER_OF_2(boundary);
malloc_debug_leak.cpp 453 alignment = BIONIC_ROUND_UP_POWER_OF_2(alignment);
malloc_debug_check.cpp 370 alignment = BIONIC_ROUND_UP_POWER_OF_2(alignment);
malloc_debug_qemu.cpp     [all...]

Completed in 60 milliseconds