d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.
[wine] / dlls / ntdll / heap.c
2013-01-08  Alexandre Julliardntdll: Make the page_size variable global.
2012-06-11  Dan Kegelntdll: Avoid clobbering valgrind annotations during...
2011-11-15  Maarten Lankhorstntdll: Use VALGRIND_RESIZEINPLACE_BLOCK when available.
2011-10-20  Marcus Meissnerntdll: Avoid shadowing size variable.
2011-03-29  Bart Van Asschentdll: Fix race condition in RtlCreateHeap().
2010-06-29  Alexandre Julliardntdll: Round up the initial commit size to the commit...
2010-03-29  Mikhail Maroukhinentdll: Fix compiler warnings with flag -Wcast-qual.
2010-02-22  Eric Pouechntdll: Fix wrong marking for valgrind on 64bit systems.
2010-02-02  Dan Kegelntdll: Fix large block realloc annotation.
2010-02-01  Alexandre Julliardntdll: Avoid reporting a freed block twice to Valgrind.
2010-01-29  Alexandre Julliardntdll: Fix the various heap debug checks for 64-bit.
2010-01-28  Alexandre Julliardntdll: Don't require heap sizes to be 64K aligned.
2010-01-28  Alexandre Julliardntdll: Support delayed freeing of heap blocks to catch...
2010-01-28  Alexandre Julliardntdll: Disable debug flags when running on Valgrind.
2010-01-27  Alexandre Julliardntdll: Always enable tail checking when running under...
2010-01-27  Alexandre Julliardntdll: Add 8 more bytes to the block tail when tail...
2010-01-27  Alexandre Julliardntdll: Simplify the checking of heap pointers when...
2010-01-26  Alexandre Julliardntdll: Verify the tail contents when validating a large...
2010-01-26  Alexandre Julliardntdll: Fill the tail of existing large blocks when...
2010-01-26  Alexandre Julliardntdll: Fill the tail of large blocks too for tail checking.
2010-01-26  Alexandre Julliardntdll: Move alloc notification closer to the allocation...
2010-01-26  Alexandre Julliardntdll: Verify free block contents when validating the...
2010-01-26  Alexandre Julliardntdll: Verify the tail contents when validating an...
2010-01-26  Alexandre Julliardntdll: Fill existing tail and free blocks when the...
2010-01-26  Alexandre Julliardntdll: Use the same value as Windows for filling free...
2010-01-26  Alexandre Julliardntdll: Fill the tail of heap blocks when HEAP_TAIL_CHEC...
2010-01-25  Alexandre Julliardntdll: Use the heap flags instead of debug channels...
2010-01-22  Alexandre Julliardntdll: Set the heap debug flags based on the GlobalFlag...
2009-10-12  Dmitry Timoshkovkernel32: Implement HeapQueryInformation, add some...
2009-08-05  Alexandre Julliardntdll: Don't switch from small to large block when...
2009-06-30  Alexandre Julliardntdll: Go back to growing the heap in smaller increment...
2009-06-30  Alexandre Julliardntdll: Large heap blocks don't need to be 64k aligned.
2009-06-25  Alexandre Julliardntdll: Don't try to decommit a heap past its initial...
2009-06-25  Alexandre Julliardntdll: Compute the free lists address at run-time inste...
2009-05-18  Alexandre Julliardntdll: Free old memory block when reallocating to a...
2009-04-27  Dan Kegelntdll: Add missing RtlReAllocateHeap Valgrind hook...
2009-04-16  Dan Kegelntdll: Add missing valgrind hook in RtlAllocateHeap.
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2008-12-12  Alexandre Julliardntdll: Fix heap management for 64-bit.
2008-11-18  Alexandre Julliardntdll: Increase subheap size quadratically to avoid...
2008-10-31  Alexandre Julliardntdll: Create a separate heap for allocating memory...
2008-10-31  Alexandre Julliardntdll: Merge HEAP_InitSubHeap and HEAP_CreateSubHeap.
2008-10-29  Alexandre Julliardntdll: Allocate a new virtual region for large blocks...
2008-10-24  Andrew Talbotntdll: Sign-compare warnings fix.
2008-07-25  John Reiserntdll: When tracking allocated blocks, RtlDestroyHeap...
2008-07-11  Andrew Talbotntdll: Remove unneeded address-of operators from array...
2008-05-22  Maarten Lankhorstntdll: Give earlier notify to valgrind that HeapFree...
2008-02-21  Rob Shearmanntdll: When using HEAP_ZERO_MEMORY in heap allocation...
2008-02-21  Rob Shearmanntdll: Fix the use of oldSize in RtlReAllocateHeap...
2007-12-31  Andrew Talbotntdll: Remove unneeded casts.
2007-12-24  Eric Pouechvalgrind: Made Wine compliant will latest Valgrind...
2007-11-28  Lionel Debrouxntdll: Trace arena magics (may help debugging some...
2007-11-19  Michael Stefaniucntdll: Remove duplicate includes.
2007-10-03  Juan Langntdll: Fix a typo.
2007-10-03  Alexandre Julliardntdll: Fix the HEAP_CreateSubHeap return value (spotted...
2007-10-02  Alexandre Julliardntdll: Make the heap structure more compatible with...
2007-10-02  Alexandre Julliardntdll: Convert the subheap list to a standard list.
2007-10-02  Alexandre Julliardntdll: Remove assumptions that the subheap is at the...
2007-10-01  Alexandre Julliardntdll: Clear heap blocks also for WARN_ON(heap).
2007-08-28  Detlef Riekenbergntdll: Make RtlCompactHeap more silent.
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-05-22  Alexandre Julliardntdll: Avoid overflows in heap allocations. Based on...
2007-05-03  Andrew Talbotkernel32: Constify a variable.
2007-04-12  Vitaliy Margolenntdll: Take size of the arena from the current pointer...
2007-04-05  Alexandre Julliardntdll: Make test for heap boundaries more strict in...
2007-03-12  Jan Zerebeckintdll: Add DebugInfo to critical sections.
2007-02-06  Alexandre Julliardntdll: Clear the DebugInfo field when a shared heap...
2006-12-05  Alexandre Julliardntdll: Added support for the HEAP_CREATE_ENABLE_EXECUTE...
2006-10-20  Eric Pouechntdll: Added debug support for notifying block allocati...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-07-21  Alexandre Julliardntdll: Simplify the sanity checks in RtlFreeHeap and...
2006-07-21  Alexandre Julliardntdll: Set a proper HEAP_MIN_DATA_SIZE on 64-bit platforms.
2006-07-21  Alexandre Julliardntdll: Add a few more free list entries to the heap.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-26  Francois GougetAssorted spelling fixes.
2005-09-18  Alexandre JulliardFixed some trace format strings (reported by Gerald...
2005-09-16  Alexandre JulliardFixed a few pointer truncation bugs for 64-bit platforms.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-15  Alexandre JulliardFixed some confusion over whether HEAP_MIN_BLOCK_SIZE...
2005-08-12  Alexandre JulliardConverted the process heap list to a standard list.
2005-08-12  Alexandre JulliardConverted the heap free lists to standard lists.
2005-08-03  Alexandre JulliardHack to make the main heap critical section have a...
2005-07-15  Dmitry TimoshkovAvoid unnecessary casts.
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Alexandre JulliardDon't require execute permission on the process heap.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-05-18  Alexandre JulliardRemoved last dependencies on 16-bit headers from ntdll.
2005-03-03  Uwe BonnesDump HeapWalk entries.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-22  Ivan Leo PuotiReplace GetCurrentProcess() with NtCurrentProcess(...
2005-01-24  Dmitry TimoshkovMake HeapFree(NULL) case faster by retrieving heap...
2005-01-04  Alexandre JulliardFixed the FIXME in RtlNtStatusToDosError, and implemented
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-06-15  Eric PouechConst correctness.
next