Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <safemem.h>
#include <mips.h>
Functions | |
struct memregion * | memRegionSplit (struct memregion *region, uint length) |
Split a region of memory into two parts.
struct memregion* memRegionSplit | ( | struct memregion * | region, |
uint | length | ||
) |
Given a region, split into two separate chunks. Passed region will be of size length and remainder will be returned.
region | region to split |
length | length of region after split |