HomeSort by relevance Sort by last modified time
    Searched refs:BIONIC_ALIGN (Results 1 - 12 of 12) 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);
mremap.cpp 41 size_t rounded = BIONIC_ALIGN(new_size, PAGE_SIZE);
mmap.cpp 51 size_t rounded = BIONIC_ALIGN(size, PAGE_SIZE);
pthread_create.cpp 149 mmap_size = BIONIC_ALIGN(attr->stack_size + sizeof(pthread_internal_t), PAGE_SIZE);
150 attr->guard_size = BIONIC_ALIGN(attr->guard_size, PAGE_SIZE);
stubs.cpp 511 BIONIC_ALIGN(reinterpret_cast<uintptr_t>(buf), sizeof(uintptr_t)));
system_properties.cpp 350 const size_t aligned = BIONIC_ALIGN(size, sizeof(uint_least32_t));
    [all...]
  /bionic/libc/malloc_debug/
BacktraceData.cpp 47 *offset += BIONIC_ALIGN(hdr_len, MINIMUM_ALIGNMENT_BYTES);
DebugData.cpp 50 pointer_offset_ = BIONIC_ALIGN(sizeof(Header), MINIMUM_ALIGNMENT_BYTES);
Config.cpp 377 front_guard_bytes = BIONIC_ALIGN(front_guard_bytes, MINIMUM_ALIGNMENT_BYTES);
malloc_debug.cpp 684 size_t size = BIONIC_ALIGN(bytes, pagesize);
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 75 size_t offset = BIONIC_ALIGN(sizeof(Header), MINIMUM_ALIGNMENT_BYTES);
77 offset += BIONIC_ALIGN(sizeof(BacktraceHeader) + sizeof(uintptr_t) * backtrace_frames, MINIMUM_ALIGNMENT_BYTES);
    [all...]

Completed in 259 milliseconds