Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 13, 2005
1 parent 963dc61 commit f0fcc80
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions visualize/TODO
Expand Up @@ -6,6 +6,13 @@
- Don't use size_t; use, uh, dumpsizet or something.
- compile-time assertions for data type sizes...
- Need a way to turn callstack addresses into file/function/line.
- FragMap snapshots should probably be made by a threshold of time and
operations, so that a quick blast of allocations doesn't create multiple
snapshots, and a single allocation over the course of an hour doesn't
create one, either.
- FragMapManager.get_fragmap() wants a pointer and a reference.
- FragMapManager.get_fragmap() should return a const value.
- FragMapManager.get_fragmap() shouldn't want a dumpfile.

// end of TODO ...

0 comments on commit f0fcc80

Please sign in to comment.