|
From: Yeshurun, M. <mei...@in...> - 2005-07-10 07:10:06
|
Hi, =20 When your program manages a pool of memory (which was allocated using malloc), Valgrind will think that different blocks from the pool are part of a single block and will not recognize overriding errors. =20 Is there any way to let Valgrind know that a function other than malloc, calloc etc. is a function which allocates a block of memory? =20 (I would be happy to try and do this myself, but I would like to make sure that a feature that can solve this problem doesn't already exist.) =20 =20 Thanks, =20 Meir |