|
From: Ivo R. <iv...@iv...> - 2019-05-12 20:01:24
|
> This is a good idea! It allows correlation with vgdb and other tools, > and sometimes even between consecutive runs (requires some determinism.) > > > Other suggestions ? > > I also like > ==18039== Address 0x51d8048 is 8 bytes inside [0x51d8040, +15) alloc'd > using the notation for "closed (inclusive) on the lower end, > open (exclusive) on the higher end". > John's idea is really nice. Mine is only a minor variation: Address 0x51d8048 is 8 bytes inside a block of 15 bytes allocated from [0x51d8040, 0x51d804f]. Inclusive on both ends. But that's only my own preference. Ivosh > > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |