|
From: Nicholas N. <nj...@cs...> - 2005-02-15 23:27:48
|
On Mon, 14 Feb 2005, Jeremy Fitzhardinge wrote: >> Really? So what about an application that mmaps, say, a big chunk >> (>64M) of a database into memory? > > No, I mean internal to Valgrind. We could allocate multiple superblock > chunks and hope they're contiguous, but it would seem a bit rude (since > that denies them to the client). We're already denying areas of memory to the client. Doesn't seem like a big deal to me. N |