/bionic/benchmarks/ |
D | util.cpp | 29 char* GetAlignedMemory(char* orig_ptr, size_t alignment, size_t or_mask) { in GetAlignedMemory() 48 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) { in GetAlignedPtr() 53 wchar_t* GetAlignedPtr(std::vector<wchar_t>* buf, size_t alignment, size_t nchars) { in GetAlignedPtr() 59 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fill_byte) { in GetAlignedPtrFilled()
|
D | string_benchmark.cpp | 81 const size_t alignment = state.range(1); in BM_string_memmove_overlap_dst_before_src() local 96 const size_t alignment = state.range(1); in BM_string_memmove_overlap_src_before_dst() local 111 const size_t alignment = state.range(1); in BM_string_memset() local 126 const size_t alignment = state.range(1); in BM_string_strlen() local
|
/bionic/benchmarks/tests/ |
D | benchmark_test.cpp | 22 for (size_t alignment = 1; alignment <= 32; alignment *= 2) { in TEST() local 34 for (size_t alignment = 1; alignment <= 2048; alignment *= 2) { in TEST() local
|
/bionic/libc/malloc_hooks/ |
D | malloc_hooks.cpp | 93 static void* default_memalign_hook(size_t alignment, size_t bytes, const void*) { in default_memalign_hook() 142 void* hooks_memalign(size_t alignment, size_t bytes) { in hooks_memalign() 183 void* hooks_aligned_alloc(size_t alignment, size_t size) { in hooks_aligned_alloc() 198 int hooks_posix_memalign(void** memptr, size_t alignment, size_t size) { in hooks_posix_memalign()
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 67 static bool CreateAlignedZip(ZipArchiveHandle& handle, FILE* zip_dst, uint32_t alignment) { in CreateAlignedZip() 126 unsigned long int alignment = strtoul(argv[1], &end, 10); in main() local
|
/bionic/libc/bionic/ |
D | bionic_elf_tls.cpp | 75 bool __bionic_check_tls_alignment(size_t* alignment) { in __bionic_check_tls_alignment() 159 size_t StaticTlsLayout::reserve(size_t size, size_t alignment) { in reserve() 167 size_t StaticTlsLayout::round_up_with_overflow_check(size_t value, size_t alignment) { in round_up_with_overflow_check()
|
D | malloc_limit.cpp | 149 static void* LimitMemalign(size_t alignment, size_t bytes) { in LimitMemalign() 162 static int LimitPosixMemalign(void** memptr, size_t alignment, size_t size) { in LimitPosixMemalign() 182 static void* LimitAlignedAlloc(size_t alignment, size_t size) { in LimitAlignedAlloc()
|
D | malloc_common.cpp | 134 extern "C" void* memalign(size_t alignment, size_t bytes) { in memalign() 146 extern "C" int posix_memalign(void** memptr, size_t alignment, size_t size) { in posix_memalign() 160 extern "C" void* aligned_alloc(size_t alignment, size_t size) { in aligned_alloc()
|
D | jemalloc_wrapper.cpp | 59 void* je_aligned_alloc_wrapper(size_t alignment, size_t size) { in je_aligned_alloc_wrapper()
|
/bionic/libc/private/ |
D | bionic_elf_tls.h | 41 size_t alignment = 1; member 69 size_t alignment() const { return alignment_; } in alignment() function
|
/bionic/libc/malloc_debug/ |
D | malloc_debug.cpp | 565 void* debug_memalign(size_t alignment, size_t bytes) { in debug_memalign() 864 void* debug_aligned_alloc(size_t alignment, size_t size) { in debug_aligned_alloc() 875 int debug_posix_memalign(void** memptr, size_t alignment, size_t size) { in debug_posix_memalign()
|
D | RecordData.cpp | 84 MemalignEntry::MemalignEntry(void* pointer, size_t size, size_t alignment) in MemalignEntry()
|
/bionic/tests/ |
D | buffer_tests.cpp | 196 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) { in GetAlignedPtr()
|
D | malloc_test.cpp | 114 for (size_t alignment = 1 << i; alignment < (1U << (i+1)); alignment++) { in TEST() local 142 for (size_t alignment = 1; alignment <= 4096; alignment <<= 1) { in TEST() local
|
D | pthread_test.cpp | 2503 void* allocate(size_t size, size_t alignment) { in allocate() 2519 bool is_strict_aligned(char* p, size_t alignment) { in is_strict_aligned()
|
/bionic/libc/kernel/uapi/mtd/ |
D | ubi-user.h | 67 __s32 alignment; member
|
/bionic/libc/malloc_hooks/tests/ |
D | malloc_hooks_tests.cpp | 168 void* MallocHooksTest::test_memalign_hook(size_t alignment, size_t size, const void* arg) { in test_memalign_hook()
|
/bionic/linker/ |
D | linker_phdr.cpp | 292 bool ElfReader::CheckFileRange(ElfW(Addr) offset, size_t size, size_t alignment) { in CheckFileRange()
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 412 for (size_t alignment = 1; alignment <= 256; alignment++) { in TEST_F() local 509 for (size_t alignment = 1; alignment <= 256; alignment++) { in TEST_F() local
|
/bionic/libc/kernel/uapi/drm/ |
D | i915_drm.h | 379 int alignment; member 484 __u64 alignment; member 501 __u64 alignment; member 572 __u64 alignment; member
|
D | radeon_drm.h | 561 int alignment; member 615 __u64 alignment; member
|
D | amdgpu_drm.h | 76 __u64 alignment; member
|