Allocation trace

Shachar Shemesh via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 26 05:20:26 PDT 2017


I'm assuming you're looking for mallocs by applications that actually 
use the GC, right? :-)

Shachar

On 25/06/17 01:15, Andrei Alexandrescu wrote:
> Hello, does anyone have traces of allocations from real applications? 
> Looking for the sequence of calls to malloc, realloc, and free, e.g.:
> 
> 0 malloc 128
> 1 malloc 8192
> 2 malloc 32
> 3 free 1
> ...
> 
> 
> Thanks,
> 
> Andrei



More information about the Digitalmars-d mailing list