From b806e80e667a153c68bb0963f74581fa0ed97bb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 14 May 2015 09:08:45 -0700 Subject: [PATCH] vk: Flip back to using memfd for the allocators --- src/vulkan/allocator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/allocator.c b/src/vulkan/allocator.c index 67abaa45464..4c293f12b1a 100644 --- a/src/vulkan/allocator.c +++ b/src/vulkan/allocator.c @@ -203,7 +203,7 @@ anv_block_pool_init(struct anv_block_pool *pool, * without copying. It breaks valgrind however, so we have a MAP_ANONYMOUS * path we can take for valgrind debugging. */ -#define USE_MEMFD 0 +#define USE_MEMFD 1 void anv_block_pool_finish(struct anv_block_pool *pool) -- 2.30.2