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

Annotation of funnyos/tasks/memstat.c, Revision 1.1

1.1     ! nbrk        1: /*
        !             2:  * $Id$
        !             3:  */
        !             4: #include <sys/types.h>
        !             5: #include <sys/devctl.h>
        !             6: #include <libkern/printf.h>
        !             7:
        !             8: /*
        !             9:  * Report some memory statistics.
        !            10:  */
        !            11: extern uint32_t physmem;
        !            12: extern uint32_t totalpages;
        !            13: extern uint32_t freepages;
        !            14:
        !            15:
        !            16: void
        !            17: memstat_enter(void)
        !            18: {
        !            19:
        !            20: }
        !            21:

CVSweb