OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIONIC_ALIGN
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/private/
bionic_macros.h
41
#define
BIONIC_ALIGN
(value, alignment) \
/bionic/libc/bionic/
jemalloc_wrapper.cpp
25
size_t size =
BIONIC_ALIGN
(bytes, pagesize);
pthread_create.cpp
154
mmap_size =
BIONIC_ALIGN
(attr->stack_size + sizeof(pthread_internal_t), PAGE_SIZE);
155
attr->guard_size =
BIONIC_ALIGN
(attr->guard_size, PAGE_SIZE);
malloc_debug_leak.cpp
269
size_t size =
BIONIC_ALIGN
(bytes, pagesize);
511
size_t size =
BIONIC_ALIGN
(bytes, pagesize);
malloc_debug_check.cpp
587
size_t size =
BIONIC_ALIGN
(bytes, pagesize);
malloc_debug_qemu.cpp
[
all
...]
system_properties.cpp
296
const size_t aligned =
BIONIC_ALIGN
(size, sizeof(uint_least32_t));
Completed in 172 milliseconds