Closed GoogleCodeExporter closed 9 years ago
Blocking bug, should be fixed in the official repository ASAP.
Replaced it with that, works just fine:
const char *envval = TCMallocGetenvSafe("TCMALLOC_AGGRESSIVE_DECOMMIT");
pageheap_->SetAggressiveDecommit( envval && strcmp(envval, "0") != 0 );
Original comment by iamjo...@gmail.com
on 25 Oct 2014 at 11:49
merged a fix. Thanks.
Original comment by alkondratenko
on 3 Nov 2014 at 4:43
Original issue reported on code.google.com by
zndmi...@gmail.com
on 22 Oct 2014 at 11:55