mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
vk: Flip back to using memfd for the allocators
This commit is contained in:
parent
0a775e1eab
commit
b806e80e66
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue