Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24016 )
Change subject: IMPALA-14702: Add google tcmalloc and jemalloc builds ...................................................................... IMPALA-14702: Add google tcmalloc and jemalloc builds This adds a build of google tcmalloc from a custom branch that adds a very basic CMake build and pulls in a patch to let it use huge pages on a system that has THP configured in madvise mode. This branch is maintained in a public github repository here: https://github.com/joemcdonnell/tcmalloc.git This also adds jemalloc 5.3.0. It does not build it with profiling yet, but that can be added later as an extension. Change-Id: I701dc9d5e532fcc126fe6b0f5b46f55079ff00e2 Reviewed-on: http://gerrit.cloudera.org:8080/24016 Reviewed-by: Michael Smith <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M buildall.sh M functions.sh A source/jemalloc/build.sh A source/tcmalloc/build.sh 4 files changed, 113 insertions(+), 0 deletions(-) Approvals: Michael Smith: Looks good to me, approved Joe McDonnell: Verified -- To view, visit http://gerrit.cloudera.org:8080/24016 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I701dc9d5e532fcc126fe6b0f5b46f55079ff00e2 Gerrit-Change-Number: 24016 Gerrit-PatchSet: 5 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
