/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 1002 void asan_delete(void *ptr, uptr size, uptr alignment, in asan_delete() 1059 void *asan_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, in asan_memalign() 1071 void *asan_aligned_alloc(uptr alignment, uptr size, BufferedStackTrace *stack) { in asan_aligned_alloc() 1082 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, in asan_posix_memalign()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | sz.h | 263 sz_sa2u(size_t size,size_t alignment) sz_sa2u() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ConstantInitBuilder.cpp | 69 CharUnits alignment, in createGlobal()
|
H A D | CGBlocks.cpp | 2141 ObjectByrefHelpers(CharUnits alignment, BlockFieldFlags flags) in ObjectByrefHelpers() 2175 ARCWeakByrefHelpers(CharUnits alignment) : BlockByrefHelpers(alignment) {} in ARCWeakByrefHelpers() 2196 ARCStrongByrefHelpers(CharUnits alignment) : BlockByrefHelpers(alignment) {} in ARCStrongByrefHelpers() 2232 ARCStrongBlockByrefHelpers(CharUnits alignment) in ARCStrongBlockByrefHelpers() 2262 CXXByrefHelpers(CharUnits alignment, QualType type, in CXXByrefHelpers() 2290 NonTrivialCStructByrefHelpers(CharUnits alignment, QualType type) in NonTrivialCStructByrefHelpers()
|
H A D | Address.h | 299 CharUnits alignment) in ConstantAddress()
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_bo.c | 96 tegra_bo_alloc_contig(size_t npages, u_long alignment, vm_memattr_t memattr, in tegra_bo_alloc_contig()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | busdma_machdep.c | 66 bus_size_t alignment; member 138 bus_dma_tag_create(bus_dma_tag_t parent, bus_size_t alignment, in bus_dma_tag_create()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 128 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
|
/freebsd/sys/dev/qat/qat/ |
H A D | qat_ocf_mem_pool.c | 191 bus_size_t alignment) in qat_ocf_alloc_dma_mem()
|
/freebsd/usr.sbin/bhyve/ |
H A D | qemu_loader.c | 77 const uint32_t alignment, const enum qemu_loader_zone zone) in qemu_loader_alloc()
|
/freebsd/sys/dev/hwt/ |
H A D | hwt_vm.c | 115 int alignment; in hwt_vm_alloc_pages() local
|
/freebsd/lib/geom/part/ |
H A D | geom_part.c | 327 off_t lba, new_lba, alignment, offset; in gpart_autofill_resize() local 451 off_t lba, len, alignment, offset; in gpart_autofill() local
|
/freebsd/sys/vm/ |
H A D | vm_phys.c | 1576 vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary) in vm_phys_find_freelist_contig() 1651 u_long alignment, vm_paddr_t boundary) in vm_phys_find_queues_contig() 1709 u_long alignment, vm_paddr_t boundary) in vm_phys_alloc_contig()
|
H A D | vm_reserv.c | 689 int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, in vm_reserv_alloc_contig() 1275 vm_paddr_t high, u_long alignment, vm_paddr_t boundary) in vm_reserv_reclaim_contig()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_extent.c | 63 u_long alignment, u_long boundary, int expret, u_long expres) in h_alloc_subregion()
|
/freebsd/sys/dev/xdma/ |
H A D | xdma_sg.c | 249 bus_size_t alignment, bus_addr_t boundary, in xdma_prep_sg()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_gvt-d.c | 232 const vm_paddr_t alignment, const enum e820_memory_type type) in gvt_d_alloc_mmio_memory()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | buf.c | 124 int len, int alignment) in find_aligned_range()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_secondary.h | 85 void *Allocate(AllocatorStats *stat, const uptr size, uptr alignment) { in Allocate()
|
H A D | sanitizer_linux_libcdep.cpp | 1013 const uptr alignment = in MapDynamicShadow() local 1072 const uptr alignment = in MapDynamicShadowAndAliases() local
|
H A D | sanitizer_win.cpp | 180 void *MmapAlignedOrDieOnFatalError(uptr size, uptr alignment, in MmapAlignedOrDieOnFatalError() 389 const uptr alignment = in MapDynamicShadow() local 401 uptr FindAvailableMemoryRange(uptr size, uptr alignment, uptr left_padding, in FindAvailableMemoryRange()
|
/freebsd/sys/sys/ |
H A D | bus_dma.h | 194 bus_size_t alignment; member
|
/freebsd/sys/dev/pms/RefTisa/discovery/api/ |
H A D | dm.h | 127 bit32 alignment; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 505 std::optional<uint64_t> alignment; member
|
/freebsd/sys/kern/ |
H A D | subr_busdma_bounce.c | 80 bus_size_t alignment; member
|