[FFmpeg-cvslog] configure: add more allocation functions to valgrind-massif

Michael Niedermayer git at videolan.org
Sun May 19 20:39:49 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun May 19 20:16:20 2013 +0200| [1a5f1bcff0a63cc3e8273a9e3ccc990be40dc06a] | committer: Michael Niedermayer

configure: add more allocation functions to valgrind-massif

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a5f1bcff0a63cc3e8273a9e3ccc990be40dc06a
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 6fe7945..c97d98c 100755
--- a/configure
+++ b/configure
@@ -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"}



More information about the ffmpeg-cvslog mailing list