Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 994 → Rev 993

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