mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
augment comment
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4939
This commit is contained in:
parent
c0c5256036
commit
b32a66a35f
@ -262,7 +262,9 @@ extern void VG_(needs_data_syms) ( void );
|
||||
/* Does the tool need shadow memory allocated? */
|
||||
extern void VG_(needs_shadow_memory)( void );
|
||||
|
||||
/* Does the tool replace malloc() and friends with its own versions? */
|
||||
/* Does the tool replace malloc() and friends with its own versions?
|
||||
This has to be combined with the use of a vgpreload_<tool>.so module
|
||||
or it won't work. See massif/Makefile.am for how to build it. */
|
||||
// The 'p' prefix avoids GCC complaints about overshadowing global names.
|
||||
extern void VG_(needs_malloc_replacement)(
|
||||
void* (*pmalloc) ( ThreadId tid, SizeT n ),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user