Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
memRegionValid.c File Reference
#include <safemem.h>

Functions

struct memregion * memRegionValid (void *start)
 

Detailed Description

Determine if and address is within an allocated region.

Function Documentation

struct memregion* memRegionValid ( void *  start)

Determine if the address in memory is in an allocated memory region.

Parameters
startaddress of memory to check.
Returns
memory region belonging to start, SYSERR if not found.