reactos/sdk/lib/ucrt/heap
Timo Kreuzer 5b633d64f1 [UCRTBASE] Build without debug exports
Windows ships ucrtbase without debug exports and ucrtbased with debug exports. The wine test tests ucrtbase and loads it dynamically in some cases. Compiling it with _DEBUG requires it to be linked to ucrtbased, which causes problems, because it also dynamically loads ucrtbase, which will cause it to crash.
2025-03-24 23:02:06 +00:00
..
align.cpp
calloc.cpp
calloc_base.cpp
debug_heap.cpp [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
debug_heap_hook.cpp [UCRT] Fix non-standard extern "C" usage 2025-01-16 14:18:53 +02:00
expand.cpp
free.cpp
free_base.cpp
heap.cmake [UCRTBASE] Build without debug exports 2025-03-24 23:02:06 +00:00
heap_handle.cpp [UCRT] Fix non-standard extern "C" usage 2025-01-16 14:18:53 +02:00
heapchk.cpp
heapmin.cpp
heapwalk.cpp [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
malloc.cpp
malloc_base.cpp
msize.cpp
new_handler.cpp [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
new_mode.cpp
realloc.cpp
realloc_base.cpp
recalloc.cpp