]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Rename VG_(malloc_usable_size) to VG_(cli_malloc_usable_size)
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 11 Sep 2014 20:15:23 +0000 (20:15 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 11 Sep 2014 20:15:23 +0000 (20:15 +0000)
commit4754dd70f26a52e719b2a2e384d1a7b329715fb7
tree5871eda36b3d549c16ce361705dc00c9b8d286aa
parent2c398101b06d07649969c105cdeb0b3e9529e012
Rename VG_(malloc_usable_size) to VG_(cli_malloc_usable_size)
because it operates on the CLIENT arena. Given that VG_(malloc)
operates on the CORE arena, it was unexpected for VG_(mallos_usable_size)
to use a different arena.
Move function definition to the proper place (next to VG_(cli_malloc))
and fix call sites.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14516
coregrind/m_mallocfree.c
coregrind/m_replacemalloc/replacemalloc_core.c
exp-dhat/dh_main.c
include/pub_tool_mallocfree.h
include/pub_tool_replacemalloc.h
massif/ms_main.c