Commits


Philipp Moritz authored and Antoine Pitrou committed 9c33e1aee98
ARROW-4905: [C++][Plasma] Remove dlmalloc symbols from client library This separates the allocator into a part that is only linked into the store (dlmalloc.cc, containing dlmalloc) and a part that is only linked into the client (malloc.cc, not containing dlmalloc). Also a small build system cleanup (not adding the thirdparty/ directory to the include path). Author: Philipp Moritz <pcmoritz@gmail.com> Closes #3927 from pcmoritz/split-plasma-server-client and squashes the following commits: 77cd7cdf2 <Philipp Moritz> update d5de8fc53 <Philipp Moritz> clean up plasma file descriptor handling 1c979d25d <Philipp Moritz> update 57903beb9 <Philipp Moritz> update aa40a2b34 <Philipp Moritz> put functions into namespace 81e53ac76 <Philipp Moritz> increase timeout ab5f6164a <Philipp Moritz> separate client and store code