{
{   The purpose of this procedure is to verify that no space is available for a
{ segment after a DME$UNABLE_TO_ALLOC_ALL_SPACE condition is returned on an
{ attempt to allocate additional disk space (MMP$OS_PREALLOCATE_FILE_SPACE for
{ example).  This is necessary because DME$UNABLE_TO_ALLOC_ALL_SPACE is
{ returned when the MAT runs out of space even though space is available in the
{ DAT.
{
{       MMP$VERIFY_NO_SPACE_AVAILABLE (PROCESS_VIRTUAL_ADDRESS,
{         NO_SPACE_AVAILABLE, STATUS)
{
{  PROCESS_VIRTUAL_ADDRESS: (input)  This parameter specifies the address of
{        the segment for which the out of space condition is to be checked.
{
{  NO_SPACE_AVAILABLE: (output)  This parameter returns a boolean which
{        indicates whether or not additional space is available for the
{        segment.
{
{  STATUS: (output) This parameter will return the request status to the user.
{
