|
From: Bart V. A. <bar...@gm...> - 2006-08-13 07:21:20
|
Hello Bryan,
How does Omega differ from memcheck with regard to keeping track of
allocated memory ? memcheck keeps a list of blocks allocated with malloc()
and friends in MC_(malloc_list) -- see also memcheck/mc_malloc_wrappers.c.
On 8/12/06, Bryan Meredith <om...@br...> wrote:
>
> Bart,
>
> for the "keeping track of allocated memory" bit - please help yourself
> to anything out of Omega that will help you do what you need. I am
> firming up the ABI register related stuff at the moment but it currently
> works pretty well (at least all the reported bugs have been fixed :D).
>
> If you can keep any bits you take in a separate file, it will also be
> easier to patch up.
>
|