| 143 | /* */ |
| 144 | |
| 145 | typedef struct MEMHEADER |
| 146 | { |
| 147 | const char *filename; |
| 148 | int line; |
| 149 | int size; |
| 150 | struct MEMHEADER *prev; |
| 151 | struct MEMHEADER *next; |
| 152 | } MEMHEADER; |
| 153 | |
| 154 | typedef struct MEMTAIL |
| 155 | { |
nothing calls this directly
no outgoing calls
no test coverage detected