Searched refs:VM_ALIGN (Results 1 – 2 of 2) sorted by relevance
37 #define VM_ALIGN 16 macro42 char align[VM_ALIGN - sizeof(struct Vmchunk_s*)];43 char data[VM_CHUNK - VM_ALIGN];
93 size = roundof(size, VM_ALIGN); in _vm_resize()