[BACK]Return to memstat.c CVS log [TXT][DIR] Up to [local] / funnyos / tasks

File: [local] / funnyos / tasks / memstat.c (download)

Revision 1.1, Fri Jan 11 15:17:44 2008 UTC (16 years, 3 months ago) by nbrk
Branch: MAIN
CVS Tags: HEAD

memtask task; source code is missing for now

/*
 * $Id: memstat.c,v 1.1 2008/01/11 15:17:44 nbrk Exp $
 */
#include <sys/types.h>
#include <sys/devctl.h>
#include <libkern/printf.h>

/*
 * Report some memory statistics.
 */
extern	uint32_t physmem;
extern	uint32_t totalpages;
extern	uint32_t freepages;


void
memstat_enter(void)
{
	
}