[hlcoders] z_checkheap error

2003-01-04 Thread Jeff \Codiac\ Fearn
Does anyone know what would cause the following error? z_checkheap: blocksize does not touch the next block Jeff Codiac Fearn - Lead Coder, Web Master, Server Administrator for SWARM http://swarm.edgegaming.com

Re: [hlcoders] z_checkheap error

2003-01-04 Thread botman
When the engine allocates memory, it checks the consistency of memory that has been previously allocated and freed. For each block of memory, there is a size associated with it. Ideally, the address of the beginning of the block of memory + the size of the memory should equal the address of

Re: [hlcoders] z_checkheap error

2003-01-04 Thread Jeff \Codiac\ Fearn
Does anyone know what would cause the following error? z_checkheap: blocksize does not touch the next block When the engine allocates memory, it checks the consistency of memory that has been previously allocated and freed. For each block of memory, there is a size associated with it.