vc4: Tell valgrind about BO allocations from mmap time to destroy.
This helps in debugging memory pressure. It would be nice if we could tell valgrind about it all the way from allocation time to destroy, but we need a pointer to hand to VALGRIND_MALLOCLIKE_BLOCK.
This commit is contained in:
@@ -32,6 +32,7 @@ AM_CFLAGS = \
|
||||
$(VC4_CFLAGS) \
|
||||
$(GALLIUM_DRIVER_CFLAGS) \
|
||||
$(SIM_CFLAGS) \
|
||||
$(VALGRIND_CFLAGS) \
|
||||
$()
|
||||
|
||||
noinst_LTLIBRARIES = libvc4.la
|
||||
|
||||
Reference in New Issue
Block a user