wine/dlls/dbghelp
Eric Pouech 363f1f49a8 dbghelp: Realloc array of buckets inside struct vector.
Instead of silently leaking no longer used chunks.
Be more robust to OOM conditions.
Introducing pool_realloc().

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-10-21 23:18:06 +02:00
..
tests dbghelp/tests: Enable compilation with long types. 2022-02-24 20:22:21 +01:00
coff.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
cpu_arm.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
cpu_arm64.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
cpu_i386.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
cpu_x86_64.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
dbghelp.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
dbghelp.spec dbghelp: Add SymSrvGetFileIndexInfo stub. 2022-09-12 17:28:23 +02:00
dbghelp_private.h dbghelp: Realloc array of buckets inside struct vector. 2022-10-21 23:18:06 +02:00
dwarf.c dbghelp: Fix the spelling of a couple of comments. 2022-10-20 20:58:06 +02:00
dwarf.h
elf_module.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
image.c dbghelp: Enable compilation with long types. 2022-02-09 18:37:32 +01:00
image_private.h
macho_module.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
Makefile.in dbghelp: Enable compilation with long types. 2022-02-09 18:37:32 +01:00
minidump.c dbghelp: Use RtlGetVersion() for system version detection instead. 2022-05-13 09:58:26 +02:00
module.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
msc.c dbghelp: Allow symt_block to be defined over non contiguous chunks. 2022-10-19 21:07:27 +02:00
path.c dbghelp: Enable compilation with long types. 2022-02-09 18:37:32 +01:00
pe_module.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
source.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
stabs.c dbghelp: Allow symt_block to be defined over non contiguous chunks. 2022-10-19 21:07:27 +02:00
stack.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
storage.c dbghelp: Realloc array of buckets inside struct vector. 2022-10-21 23:18:06 +02:00
symbol.c dbghelp: Allow symt_block to be defined over non contiguous chunks. 2022-10-19 21:07:27 +02:00
type.c dbghelp: Allow symt_block to be defined over non contiguous chunks. 2022-10-19 21:07:27 +02:00
version.rc
wdbgexts.h