[svn:parrot] r47884 - branches/hash_allocator/src

chromatic chromatic at wgz.org
Mon Jun 28 11:10:07 UTC 2010


On Saturday 26 June 2010 at 17:39, whiteknight  wrote:

> [hash] insert some diagnostics. What's extremely weird is that realloc 
> apparently is changing the contents of the buffer that it's resizing.

Aren't their ->next pointers going to be all wrong (as in, they point to 
buckets in the original memory) after the realloc()?  I don't see a way to 
expand the storage without performing the realloc() manually with a pointer 
fixup in the middle.

-- c


More information about the parrot-dev mailing list