| 
    XINU
    
   | 
 

Go to the source code of this file.
Functions | |
| static void | printFreeList (void) | 
| static void | printMemUse (void) | 
| void | start (void) | 
| shellcmd | xsh_memstat (int nargs, char *args[]) | 
Variables | |
| void * | _end | 
      
  | 
  static | 
Definition at line 50 of file xsh_memstat.c.
References _end, memlist, memblk::mlength, memblk::mnext, NULL, printf(), and start().
Referenced by xsh_memstat().


      
  | 
  static | 
Definition at line 74 of file xsh_memstat.c.
References _end, memlist, memblk::mlength, memblk::mnext, NPROC, NULL, PR_FREE, printf(), proctab, and start().
Referenced by xsh_memstat().


| void start | ( | void | ) | 
| shellcmd xsh_memstat | ( | int | nargs, | 
| char * | args[] | ||
| ) | 
Definition at line 14 of file xsh_memstat.c.
References fprintf(), printf(), printFreeList(), printMemUse(), stderr, and strncmp().

| void* _end | 
Referenced by printFreeList(), and printMemUse().
 1.8.13