Searched hist:9591 (Results 1 - 1 of 1) sorted by relevance

/gem5/
H A DSConstructdiff 9591:b6a47b43f4df Mon Mar 18 06:24:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> scons: Try to use 'tcmalloc' before 'tcmalloc_minimal'

tcmalloc_minimal doesn't support the heap checker on Debian, while
tcmalloc does. Instead of always linking with tcmalloc_minimal, if it
exists, we first check for tcmalloc and then use tcmalloc_minimal as a
fallback.

Completed in 57 milliseconds