Searched defs:aligned_address (Results 1 – 3 of 3) sorted by relevance
43 const uintptr_t aligned_address = reinterpret_cast<uintptr_t>(scoped.get()); in TEST() local
46 void *FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address) in FLAC__memory_alloc_aligned()
1249 let aligned_address = mapping.address & !pagesize_mask; in validate_file_backed_mapping() localVariable