diff options
Diffstat (limited to 'libvtv/vtv_malloc.cc')
-rw-r--r-- | libvtv/vtv_malloc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvtv/vtv_malloc.cc b/libvtv/vtv_malloc.cc index 4b675f40bdc..5249248ce82 100644 --- a/libvtv/vtv_malloc.cc +++ b/libvtv/vtv_malloc.cc @@ -145,7 +145,7 @@ change_protections_on_data_chunks (int protection_flag) } #ifdef VTV_DEBUG - VTV_malloc_dump_stats (); + __vtv_malloc_dump_stats (); #endif } |