Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/6918
to look at the new patch set (#3).
Change subject: WIP: KUDU-1366: allow building against jemalloc
......................................................................
WIP: KUDU-1366: allow building against jemalloc
This adds jemalloc to thirdparty and hooks it up for process memory accounting.
I also did a couple little jemalloc-specific optimizations in faststring.
WIP because it needs benchmarking to see if this is truly a win.
Change-Id: I59f77e9f1ebdf6f1451e0f723a91cda4790c434b
---
M CMakeLists.txt
M src/kudu/server/CMakeLists.txt
M src/kudu/util/CMakeLists.txt
M src/kudu/util/faststring-test.cc
M src/kudu/util/faststring.cc
M src/kudu/util/malloc.h
M src/kudu/util/process_memory.cc
M thirdparty/build-definitions.sh
M thirdparty/build-thirdparty.sh
M thirdparty/download-thirdparty.sh
M thirdparty/vars.sh
11 files changed, 168 insertions(+), 17 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/6918/3
--
To view, visit http://gerrit.cloudera.org:8080/6918
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I59f77e9f1ebdf6f1451e0f723a91cda4790c434b
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Kudu Jenkins