From 6ace3ea69b3f004df3f06c78cf13aa514aaa7460 Mon Sep 17 00:00:00 2001 From: njn Date: Fri, 17 Jun 2005 03:06:27 +0000 Subject: Renamed VG_(mark_from_registers) to the more general VG_(apply_to_GP_regs). Moved it into m_machine. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3919 a5019735-40e9-0310-863c-91ae7b9d1cf9 --- include/pub_tool_aspacemgr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/pub_tool_aspacemgr.h') diff --git a/include/pub_tool_aspacemgr.h b/include/pub_tool_aspacemgr.h index ea709f680..4d2668f84 100644 --- a/include/pub_tool_aspacemgr.h +++ b/include/pub_tool_aspacemgr.h @@ -49,7 +49,9 @@ extern void VG_(init_shadow_range)(Addr p, UInt sz, Bool call_init); /* Calls into the core used by leak-checking */ /* Calls "add_rootrange" with each range of memory which looks like a - plausible source of root pointers. */ + plausible source of root pointers. This is very Memcheck-specific -- + it's used in leak detection. +*/ extern void VG_(find_root_memory)(void (*add_rootrange)(Addr addr, SizeT sz)); #endif // __PUB_TOOL_ASPACEMGR -- cgit v1.2.3