#include "mmprivate.h"#include <unistd.h>Go to the source code of this file.
Functions | |
| int getpagesize | PARAMS ((void)) |
| PTR | mvalloc (PTR md, size_t size) |
| PTR | valloc (size_t size) |
Variables | |
| static size_t | pagesize |
| PTR mvalloc | ( | PTR | md, | |
| size_t | size | |||
| ) |
Definition at line 52 of file mvalloc.c.
References _SC_PAGESIZE, mmemalign(), and sysconf().
Referenced by valloc().
| int getpagesize PARAMS | ( | (void) | ) |
| PTR valloc | ( | size_t | size | ) |
1.5.1