projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
ntdll: Add missing valgrind hook in RtlAllocateHeap.
[wine]
/
dlls
/
ntdll
/
heap.c
2009-04-16
Dan Kegel
ntdll: Add missing valgrind hook in RtlAllocateHeap.
blob
|
commitdiff
|
raw
2009-03-23
Michael Stefaniuc
ntdll: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-12
Alexandre Julliard
ntdll: Fix heap management for 64-bit.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-18
Alexandre Julliard
ntdll: Increase subheap size quadratically to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-31
Alexandre Julliard
ntdll: Create a separate heap for allocating memory...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-31
Alexandre Julliard
ntdll: Merge HEAP_InitSubHeap and HEAP_CreateSubHeap.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-29
Alexandre Julliard
ntdll: Allocate a new virtual region for large blocks...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-24
Andrew Talbot
ntdll: Sign-compare warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-25
John Reiser
ntdll: When tracking allocated blocks, RtlDestroyHeap...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Andrew Talbot
ntdll: Remove unneeded address-of operators from array...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-22
Maarten Lankhorst
ntdll: Give earlier notify to valgrind that HeapFree...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-21
Rob Shearman
ntdll: When using HEAP_ZERO_MEMORY in heap allocation...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-21
Rob Shearman
ntdll: Fix the use of oldSize in RtlReAllocateHeap...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-31
Andrew Talbot
ntdll: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-24
Eric Pouech
valgrind: Made Wine compliant will latest Valgrind...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-28
Lionel Debroux
ntdll: Trace arena magics (may help debugging some...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-19
Michael Stefaniuc
ntdll: Remove duplicate includes.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-03
Juan Lang
ntdll: Fix a typo.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-03
Alexandre Julliard
ntdll: Fix the HEAP_CreateSubHeap return value (spotted...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-02
Alexandre Julliard
ntdll: Make the heap structure more compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-02
Alexandre Julliard
ntdll: Convert the subheap list to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-02
Alexandre Julliard
ntdll: Remove assumptions that the subheap is at the...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-01
Alexandre Julliard
ntdll: Clear heap blocks also for WARN_ON(heap).
blob
|
commitdiff
|
raw
|
diff to current
2007-08-28
Detlef Riekenberg
ntdll: Make RtlCompactHeap more silent.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-23
Dmitry Timoshkov
ntdll: Fix compilation warnings in 64-bit mode.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-22
Alexandre Julliard
ntdll: Avoid overflows in heap allocations. Based on...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Andrew Talbot
kernel32: Constify a variable.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-12
Vitaliy Margolen
ntdll: Take size of the arena from the current pointer...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-05
Alexandre Julliard
ntdll: Make test for heap boundaries more strict in...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-12
Jan Zerebecki
ntdll: Add DebugInfo to critical sections.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-06
Alexandre Julliard
ntdll: Clear the DebugInfo field when a shared heap...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-05
Alexandre Julliard
ntdll: Added support for the HEAP_CREATE_ENABLE_EXECUTE...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-20
Eric Pouech
ntdll: Added debug support for notifying block allocati...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-18
Hans Leidekker
ntdll: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Alexandre Julliard
ntdll: Simplify the sanity checks in RtlFreeHeap and...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Alexandre Julliard
ntdll: Set a proper HEAP_MIN_DATA_SIZE on 64-bit platforms.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Alexandre Julliard
ntdll: Add a few more free list entries to the heap.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-26
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-18
Alexandre Julliard
Fixed some trace format strings (reported by Gerald...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-16
Alexandre Julliard
Fixed a few pointer truncation bugs for 64-bit platforms.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-15
Alexandre Julliard
Fixed some confusion over whether HEAP_MIN_BLOCK_SIZE...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-12
Alexandre Julliard
Converted the process heap list to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-12
Alexandre Julliard
Converted the heap free lists to standard lists.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-03
Alexandre Julliard
Hack to make the main heap critical section have a...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-15
Dmitry Timoshkov
Avoid unnecessary casts.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-15
Dmitry Timoshkov
Use SIZE_T type for size variables in NTDLL when approp...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-11
Robert Shearman
- Make the value returned from HeapSize always match...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-25
Mike McCormack
Use RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Alexandre Julliard
Don't require execute permission on the process heap.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Mike McCormack
Don't include winbase.h or winerror.h when not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-17
Mike McCormack
Use HANDLE instead of HKEY in the NT API.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-16
Mike McCormack
Fix some declaration and write string warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Alexandre Julliard
Removed some unnecessary inclusions of thread.h
blob
|
commitdiff
|
raw
|
diff to current
2005-05-18
Alexandre Julliard
Removed last dependencies on 16-bit headers from ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-03
Uwe Bonnes
Dump HeapWalk entries.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-25
Jon Griffiths
Documentation spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Ivan Leo Puoti
Replace GetCurrentProcess() with NtCurrentProcess(...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-24
Dmitry Timoshkov
Make HeapFree(NULL) case faster by retrieving heap...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-04
Alexandre Julliard
Fixed the FIXME in RtlNtStatusToDosError, and implemented
blob
|
commitdiff
|
raw
|
diff to current
2004-10-11
Robert Shearman
Fix NtAllocateVirtualMemory declaration and fix users...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-15
Eric Pouech
Const correctness.
blob
|
commitdiff
|
raw
|
diff to current
2003-11-25
Alexandre Julliard
Store the last error code at the TEB offset used by...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-25
Dimitrie O. Paun
RtlHeapReAllocate() should not allocate memory.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-10
Alexandre Julliard
Changed the init code to make libwine load only ntdll...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Pavel Roskin
Eliminate dependency on SetLastError().
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-12
Alexandre Julliard
Minor tracing fix.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-23
Eric Pouech
- in kernel32, replaced all {Enter|Leave}CriticalSectio...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-22
Alexandre Julliard
Start to make use of the proper PEB structure for process
blob
|
commitdiff
|
raw
|
diff to current
2003-05-12
Dmitry Timoshkov
Added missing return in HEAP_ValidateInUseArena.
blob
|
commitdiff
|
raw
|
diff to current
2003-04-14
Alexandre Julliard
Insert the last free block of a subheap at the end...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-02
Alexandre Julliard
Added support for marking heap blocks as inaccessible...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-18
Jon Griffiths
Documentation updates.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-24
Alexandre Julliard
Removed no longer needed inclusion of heap.h.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-07
Dimitrie O. Paun
Define NONAMELESS{STRUCT,UNION} explicitly in the files...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-05
Patrik Stridvall
Replace 0x%p with %p.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-21
Andrew John Hughes
Build ntdll with -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-18
Alexandre Julliard
Avoid calling some kernel functions.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-17
Alexandre Julliard
Implemented the ntdll virtual memory functions, and...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-17
Francois Gouget
Remove references to PCVOID and LPUINT.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Patrik Stridvall
Moved all the content of the DDK files ntdef.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-31
Alexandre Julliard
We have to use the Rtl variant of Enter/LeaveCriticalSe...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-01
Alexandre Julliard
Make sure allocated blocks are aligned on an 8-byte...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-13
Alexandre Julliard
Restored MakeCriticalSectionGlobal that got lost somewhere.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-23
Alexandre Julliard
Replaced the GET/PUT_UA macros by memcpy. Fixed a few...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-19
Alexandre Julliard
Moved heap functions to ntdll.
blob
|
commitdiff
|
raw
|
diff to current