Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <safemem.h>
Functions | |
struct memregion * | memRegionValid (void *start) |
Determine if and address is within an allocated region.
struct memregion* memRegionValid | ( | void * | start | ) |
Determine if the address in memory is in an allocated memory region.
start | address of memory to check. |