Disable memory reporting for non-GNU C++ libraries.
authorPeter Griess <pgriess@fb.com>
Mon, 23 Sep 2013 21:44:57 +0000 (16:44 -0500)
committerPeter Griess <pgriess@fb.com>
Tue, 15 Oct 2013 01:46:30 +0000 (18:46 -0700)
commitd53c9e56b261b1dcc560c1bbd835db9883b986e3
tree666db3bf51e4a60d6af5674a0b02ef17aff3db1d
parentb97d804d4b52130e5150e572bf9947402de3fee2
Disable memory reporting for non-GNU C++ libraries.

Summary:
- Non-GNU standard C++ libraries may have a different layout; only
report memory usage when we know we're using GNU's.

Test Plan:
- fbconfig -r folly && fbmake runtests
- ./configure && make check on Ubuntu/FC/Mac

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D998584
folly/test/ConcurrentSkipListBenchmark.cpp