Include dependency graph for as.c:

Go to the source code of this file.
Functions | |
| void * | as_area_create (void *address, size_t size, int flags) |
| int | as_area_resize (void *address, size_t size, int flags) |
| int | as_area_destroy (void *address) |
| void * | sbrk (ssize_t incr) |
| void * | set_maxheapsize (size_t mhs) |
| void * | as_get_mappable_page (size_t sz) |
Variables | |
| static size_t | heapsize = 0 |
| static size_t | maxheapsize = (size_t) (-1) |
| static void * | last_allocated = 0 |
| char | _heap |
Definition in file as.c.
1.4.6