|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
Segment page-out routines. More...
#include <stdio.h>#include <unistd.h>#include <string.h>#include <errno.h>#include <grass/gis.h>#include <grass/glocale.h>#include "local_proto.h"
Go to the source code of this file.
Functions | |
| int | seg_pageout (SEGMENT *SEG, int i) |
| Internal use only. | |
Segment page-out routines.
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file pageout.c.
Internal use only.
Pages segment to disk.
Finds segment value i in segment seg and pages it out to disk.
| [in] | SEG | segment |
| [in] | i | segment value |
Definition at line 37 of file pageout.c.
References _, UntypedStream::buf, err(), G_warning(), AMI_STREAM< T >::seek(), and write.
Referenced by seg_pagein(), and Segment_flush().