GC discarding free pmc pool?

2002-03-18 Thread Peter Gibbs
Dan I have been reading memory.c and resources.c trying to understand how memory allocation and garbage collection works, and have found what looks to be a bug. The initial allocation routine in mem_setup_allocator creates two blocks, one for the free string header pool and one for the free pmc

Re: GC discarding free pmc pool?

2002-03-18 Thread Dan Sugalski
At 5:55 PM +0200 3/18/02, Peter Gibbs wrote: Dan I have been reading memory.c and resources.c trying to understand how memory allocation and garbage collection works, and have found what looks to be a bug. The initial allocation routine in mem_setup_allocator creates two blocks, one for the