Cannot use TCMalloc
Nordlöw via Digitalmars-d
digitalmars-d at puremagic.com
Thu Mar 31 13:21:00 PDT 2016
On Thursday, 31 March 2016 at 19:09:20 UTC, Basile B. wrote:
> You need to install the "-devel" version to get the it as a
> static library. On OpenSuse it's named gperftools-devel.
>
> Maybe on ubuntu it's this one:
>
> "libgoogle-perftools-dev"
>
> http://packages.ubuntu.com/fr/trusty/amd64/libgoogle-perftools-dev/filelist, because it contains the "*.a" static library you wanna link in.
Works. Wonderful. Thanks.
BTW: Will this affect D's builtin GC or does it use mmap directly?
More information about the Digitalmars-d
mailing list