Track temporary allocations by their AllocationInfo index.
authorMilian Wolff <mail@milianw.de>
Sat, 4 Jun 2016 17:36:02 +0000 (19:36 +0200)
committerMilian Wolff <mail@milianw.de>
Sat, 4 Jun 2016 17:36:02 +0000 (19:36 +0200)
commit08fd284ac02091ace68d7551f8434f108a2bf628
treea47eb4e1240130f9d976a8b651ea07dc57fb65ee
parent62fe41608857c8b3a7decca00a3c46be67765ae2
Track temporary allocations by their AllocationInfo index.

There is no need to output a boolean '1' for temporary allocations,
as we have the same information when looking at the AllocationInfo
index that corresponds to a unique size and location. I.e. we used
to output

+ 12
- 12 1
+ 42
- 43

But the same information is held by

+ 12
- 12
+ 42
- 43
CMakeLists.txt
accumulatedtracedata.cpp
heaptrack_interpret.cpp