pdclib interface to the kernel’s memory management functions
Marcel Sondaar
Public Domain
| allocpages.c | pdclib interface to the kernel’s memory management functions |
| Variables | |
| _PDCLIB_heaptop | contains the current top-of-heap |
| Functions | |
| _PDCLIB_allocpages | Allocate or deallocate pages from the heap |
contains the current top-of-heap
char * _PDCLIB_heaptop
Allocate or deallocate pages from the heap
void * _PDCLIB_allocpages( int n )