dbghelp: Fix pool allocation routines to be able to support arbitrary sizes.
authorAlexandre Julliard <julliard@winehq.org>
Wed, 4 Feb 2009 11:27:36 +0000 (12:27 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Feb 2009 11:27:36 +0000 (12:27 +0100)
commitae7490d362e684eb52d15c4351697bfe0b0510e5
treed3a48c324583fe44a080c0c93951d29efb965201
parent55d6f07e3199cfe6c5145adbda7aa021a7dd7ae0
dbghelp: Fix pool allocation routines to be able to support arbitrary sizes.

Also move full arenas to a separate list to avoid searching through
them again and again.
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/storage.c