]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Conditional-compile against minimal tcmalloc.
authorThorsten Behrens <tbehrens@suse.com>
Sun, 15 Mar 2015 23:13:38 +0000 (00:13 +0100)
committerNathan Cutler <ncutler@suse.cz>
Mon, 20 Apr 2015 13:15:44 +0000 (15:15 +0200)
commit5e52d3c2054a26628fd75290af792de3a97c0a16
tree827e930fadf8f9b0fa394576ff4379c82194838e
parent0e24bfbe3de08d3557ef5b70c1fb7f20131a7dc5
Conditional-compile against minimal tcmalloc.

Certain older systems (SLE11 in this case) do not provide the full
tcmalloc functionality, due to e.g. incomplete libunwind
functionality. Use --with-tcmalloc-minimal to enable the cut-down
version. Fixes bnc#882430.

(cherry picked from commit 17e23ed92374726b7c7ecb179230c2069997c9ca)
configure.ac
src/Makefile-env.am
src/perfglue/Makefile.am
src/perfglue/heap_profiler.cc