|
From: John A. <joh...@gm...> - 2010-11-21 19:43:14
|
Hi, I am still starting off with tool development and am digging through the code and had a basic question: What is the difference between requesting memory using VG_(malloc) and VG_(am_shadow_alloc)? I grepped through the code and found that VG_(am_shadow_alloc) is a wrapper for VG_(am_sbrk_anon_float_valgrind) but can't find how this is different from VG_(malloc). Thanks, John |