commit | 516ceb2c7eebc10b9163e5e04792b2eb264ac1d2 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Fri Nov 27 01:29:05 2015 -0500 |
committer | Brian Silverman <brian@peloton-tech.com> | Fri Nov 27 18:26:15 2015 -0500 |
tree | c78ce82e8562c08459ae3c5fa3ad62a2bf5bcc1a | |
parent | 390d8a090d55be724b8d8f7c137813fb5a331aab [diff] [blame] |
Actually use tcmalloc and test for it Change-Id: I61e47db48fca960b77eafaf4c8bda4b4d9517617
diff --git a/build_tests/tcmalloc.cc b/build_tests/tcmalloc.cc new file mode 100644 index 0000000..323ee58 --- /dev/null +++ b/build_tests/tcmalloc.cc
@@ -0,0 +1,3 @@ +#include <stdlib.h> + +int main() { malloc(500000); }