mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
configure: add more allocation functions to valgrind-massif
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
427b51269e
commit
1a5f1bcff0
2
configure
vendored
2
configure
vendored
@ -2517,7 +2517,7 @@ case "$toolchain" in
|
||||
;;
|
||||
valgrind-massif)
|
||||
target_exec_default=${valgrind:-"valgrind"}
|
||||
target_exec_args="--tool=massif --alloc-fn=av_malloc --alloc-fn=av_mallocz"
|
||||
target_exec_args="--tool=massif --alloc-fn=av_malloc --alloc-fn=av_mallocz --alloc-fn=av_calloc --alloc-fn=av_fast_padded_malloc --alloc-fn=av_fast_malloc --alloc-fn=av_realloc_f --alloc-fn=av_fast_realloc --alloc-fn=av_realloc"
|
||||
;;
|
||||
valgrind-memcheck)
|
||||
target_exec_default=${valgrind:-"valgrind"}
|
||||
|
Loading…
Reference in New Issue
Block a user