Save memory, use unsigned int instead of size_t for ids.
authorMilian Wolff <mail@milianw.de>
Thu, 15 May 2014 20:42:42 +0000 (22:42 +0200)
committerMilian Wolff <mail@milianw.de>
Thu, 15 May 2014 20:42:42 +0000 (22:42 +0200)
commit577c088ed00242a8ff945a65ae10b896c119b932
treea79b4b66e9e4fb06beda06dc3e2c7bbffeaf2e46
parent35f5e6f71172cd76324aa6f99286fe96ca48c923
Save memory, use unsigned int instead of size_t for ids.

The number of call stacks should hopefully fit into that range.
malloctrace.cpp