view mem.h @ 1:42ba76f77035 default tip

the kernel with output and mem alloc
author meillo@marmaro.de
date Sun, 01 Nov 2009 23:50:51 +0100
parents
children
line wrap: on
line source


unsigned char* newp;
unsigned char* maxmem;
unsigned char* minmem;

void initmem(unsigned int memstart);
void* malloc(unsigned int size);