diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-04-14 15:41:39 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-04-15 06:10:08 +0200 |
| commit | efdb054c4a3263bfe387b45f797a926efeac55d8 (patch) | |
| tree | 09d4b3d06906a12e42dd398761e28c3d78c4bb2b /src/memory.h | |
| parent | d9bbb8d87508677dda2be8df7e26213774f3166c (diff) | |
Add memory debug convenience routines
Output parsing memory values, switched off by default.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/memory.h')
| -rw-r--r-- | src/memory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memory.h b/src/memory.h index 5e8a31c..81cdae0 100644 --- a/src/memory.h +++ b/src/memory.h | |||
| @@ -35,5 +35,6 @@ struct Memory { | |||
| 35 | }; | 35 | }; |
| 36 | 36 | ||
| 37 | void init_memory(struct Memory *mem); | 37 | void init_memory(struct Memory *mem); |
| 38 | void output_memory(const struct Memory *m); | ||
| 38 | 39 | ||
| 39 | #endif | 40 | #endif |
