diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-01 17:50:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-01 17:50:46 (GMT) |
commit | 145f96eb36a0ec8cb9a7f5926f94fbbcf2beebcf (patch) | |
tree | b695aeb19f1e73b4748daa02596d56a45f6d2c38 /Modules/fpetestmodule.c | |
parent | 370a29fe42e8581fca51c59de62c11b7d28abaab (diff) | |
download | cpython-145f96eb36a0ec8cb9a7f5926f94fbbcf2beebcf.zip cpython-145f96eb36a0ec8cb9a7f5926f94fbbcf2beebcf.tar.gz cpython-145f96eb36a0ec8cb9a7f5926f94fbbcf2beebcf.tar.bz2 |
my_getpagesize(): New function; returns the size of a page of memory.
Versions are defined for Windows and Unix; the Unix
flavor uses sysconf() to get the page size; this avoids
the use of getpagesize(), which is deprecated and
requires an additional library on some platforms
(specifically, Reliant UNIX).
This partially closes SourceForge bug #113797.
Diffstat (limited to 'Modules/fpetestmodule.c')
0 files changed, 0 insertions, 0 deletions