Revert "vk/allocator: Don't use memfd when valgrind is detected"
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 19 May 2015 03:22:51 +0000 (20:22 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 19 May 2015 03:57:43 +0000 (20:57 -0700)
commit7c9f20942770b562037804b07bfe596885f1f28a
tree62b566472a3a52b67235d6b1c708c7a50986f51b
parent923691c70dc647ea6a10766f58d4f6d56b547c43
Revert "vk/allocator: Don't use memfd when valgrind is detected"

This reverts commit b6ab076d6b7dd91ce0dda8741ba974b2402fa726.

It turns out setting USE_MEMFD to 0 is really bad because it means we can't
resize the pool.  Besides, valgrind SVN handles memfd so we really don't
need this fallback for valgrind anymore.
src/vulkan/allocator.c