#include <sys/types.h>#include <sys/mman.h>#include "mmprivate.h"Go to the source code of this file.
Functions | |
| int | mmalloc_setkey (PTR md, int keynum, PTR key) |
| PTR | mmalloc_getkey (PTR md, int keynum) |
| PTR mmalloc_getkey | ( | PTR | md, | |
| int | keynum | |||
| ) |
Definition at line 72 of file keys.c.
References mdesc::keys, MMALLOC_KEYS, NULL, mdesc::offset, and PTR.
Referenced by TMapFile::TMapFile().
| int mmalloc_setkey | ( | PTR | md, | |
| int | keynum, | |||
| PTR | key | |||
| ) |
Definition at line 45 of file keys.c.
References mdesc::keys, MMALLOC_KEYS, NULL, and result().
Referenced by TMapFile::TMapFile().
1.5.1