Home
last modified time | relevance | path

Searched refs:VM_ALIGN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dvmalloc.h37 #define VM_ALIGN 16 macro
42 char align[VM_ALIGN - sizeof(struct Vmchunk_s*)];
43 char data[VM_CHUNK - VM_ALIGN];
H A Dvmalloc.c93 size = roundof(size, VM_ALIGN); in _vm_resize()