Use uint32_t for indices.
authorMilian Wolff <mail@milianw.de>
Mon, 7 Dec 2015 21:48:43 +0000 (22:48 +0100)
committerMilian Wolff <mail@milianw.de>
Mon, 7 Dec 2015 21:48:43 +0000 (22:48 +0100)
commita3b20d36c8f77791e96f8e4b63a4493caa2cb4d0
tree0cfe8b8570d4f71915f9f6b317cf8cfd28aab7c0
parentc8d8768011e8923542a9e56c056edd8b42578c78
Use uint32_t for indices.

This allows us to save some memory and opens up more possibilities
for future optimizations. And 4,294,967,295 should still be more
than enough space for our lists of traces, strings etc. pp.
accumulatedtracedata.h
libheaptrack.cpp
linereader.h
tracetree.h