malloc_count icon indicating copy to clipboard operation
malloc_count copied to clipboard

Method to measure the amount of allocated memory of a program at run-time.

Results 5 malloc_count issues
Sort by recently updated
recently updated
newest added

Hi I like the library, but I tried to use the example with memprofile.h and this gave segmentation fault when I call to ` MemProfile mp("memprofile.txt", 0.1, 1024);` is there...

Without this change, calls to `aligned_alloc` are not counted. Also, passing a pointer obtained from `aligned_alloc` to `free` crashes the application (double free or corruption).

I was having problems with the init_heap being too small, as shown by the error message: ``` malloc_count ### init heap full !!! ``` The solution is to increase the...