Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 993 → Rev 994

/uspace/trunk/init/init.c
34,8 → 34,7
#include <stdlib.h>
 
/*
extern char _heap;
void test_mremap(void)
static void test_mremap(void)
{
printf("Writing to good memory\n");
mremap(&_heap, 120000, 0);
51,7 → 50,6
}
*/
/*
extern char _heap;
static void test_sbrk(void)
{
printf("Writing to good memory\n");
68,9 → 66,7
printf("memory done\n");
}
*/
 
/*
extern char _heap;
static void test_malloc(void)
{
char *data;