Home
last modified time | relevance | path

Searched refs:MAP_SIZEALIGN (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dmman.h110 #define MAP_SIZEALIGN 0x00040000 /* size is also an alignment requirement */ macro
/dragonfly/lib/libc/stdlib/
H A Ddmalloc.c144 #ifndef MAP_SIZEALIGN
145 #define MAP_SIZEALIGN 0 macro
1661 MAP_PRIVATE | MAP_ANON | MAP_SIZEALIGN, -1, 0); in _vmem_alloc()
/dragonfly/sys/vm/
H A Dvm_mmap.c1267 if (flags & MAP_SIZEALIGN) { in vm_mmap()