Searched defs:nsc_mem_s (Results 1 – 2 of 2) sorted by relevance
46 typedef struct nsc_mem_s { struct47 struct nsc_mem_s *next; /* Link to next type */ argument48 char *name; /* Description */49 int type; /* Memory type */50 int flag; /* Allocation flags */51 size_t used; /* Current usage */52 size_t hwm; /* High Water Mark */53 int pages; /* Usage in pages */54 int pagehwm; /* Page High Water Mark */55 caddr_t base; /* Base address of RM area */[all …]
380 typedef struct nsc_mem_s { int x; } nsc_mem_t; struct