Home
last modified time | relevance | path

Searched defs:min_alignment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c937 int min_alignment; in resync_sections() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp418 const uptr min_alignment = MEMPROF_ALIGNMENT; in Allocate() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp539 const uptr min_alignment = ASAN_SHADOW_GRANULARITY; in Allocate() local
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c1846 size_t min_alignment; member