Home
last modified time | relevance | path

Searched refs:BIONIC_ALIGN (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/private/
Dbionic_macros.h41 #define BIONIC_ALIGN(value, alignment) \ macro
/bionic/libc/bionic/
Djemalloc_wrapper.cpp25 size_t size = BIONIC_ALIGN(bytes, pagesize); in je_pvalloc()
Dpthread_create.cpp154 mmap_size = BIONIC_ALIGN(attr->stack_size + sizeof(pthread_internal_t), PAGE_SIZE); in __allocate_thread()
155 attr->guard_size = BIONIC_ALIGN(attr->guard_size, PAGE_SIZE); in __allocate_thread()
Dmalloc_debug_leak.cpp269 size_t size = BIONIC_ALIGN(bytes, pagesize); in fill_pvalloc()
511 size_t size = BIONIC_ALIGN(bytes, pagesize); in leak_pvalloc()
Dmalloc_debug_check.cpp587 size_t size = BIONIC_ALIGN(bytes, pagesize); in chk_pvalloc()
Dsystem_properties.cpp296 const size_t aligned = BIONIC_ALIGN(size, sizeof(uint_least32_t)); in allocate_obj()
Dmalloc_debug_qemu.cpp1058 size_t size = BIONIC_ALIGN(bytes, pagesize); in qemu_instrumented_pvalloc()