SCASH_ALIGN(3)
SCASH Programmer's Manual
SCASH_ALIGN(3)
NAME
scash_align - page alignment of shared memory

SYNOPSIS
void scash_align()

DESCRIPTION
scash_align() puts the shared memory allocation pointer forward to the page boundary. So when scash_alloc() is called the next time, it will allocate shared memory located at a page boundary.

SEE ALSO
scash_alloc(3)

$Id: scash_align.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $