Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

/projects/cubeos/src_current/libc/sbrk.c File Reference

#include <errno.h>
#include "glue.h"

Include dependency graph for sbrk.c:

Go to the source code of this file.

Defines

#define RAMSIZE   (caddr_t)0x100000

Functions

char * sbrk (int nbytes)
 changes heap size size. Get nbytes more RAM. More...


Variables

char * heap_ptr
 this is the global heap pointer. More...


Define Documentation

#define RAMSIZE   (caddr_t)0x100000
 

Definition at line 42 of file sbrk.c.

Referenced by sbrk.


Variable Documentation

char* heap_ptr
 

this is the global heap pointer.

Definition at line 45 of file sbrk.c.

Referenced by sbrk.


Generated on Thu Feb 20 15:38:57 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002