Posted on 2013-03-16 22:17 by Timo at Permlink with 1 Comments. Tags: c++ coding tricks
This post announces the first version of malloc_count, a very useful tool that I have been fine-tuning in the past months. The code library provides facilities to
stack_count function can measure stack usage.The code tool works by intercepting the standard malloc(), free(), etc functions. Thus no changes are necessary to the inspected source code.