Changeset 13196
- Timestamp:
- Nov 12, 2009, 11:29:28 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/library/leaks.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/library/leaks.lisp
r13067 r13196 272 272 (format t "~&~A" i)) 273 273 (format t "~&Freed but not malloced:~%~{~A~%~}" frees) 274 (format t "~&total-malloc-not-freed: ~ ~A ~A free not malloc: ~A"274 (format t "~&total-malloc-not-freed: ~A ~A free not malloc: ~A" 275 275 (/ malloc-sum 1024.0) 276 276 (length mallocs)
Note:
See TracChangeset
for help on using the changeset viewer.
