summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/heap.cc
Commit message (Expand)AuthorAgeFilesLines
* * heap.cc (RAISEHEAP_SIZE): New definition.Corinna Vinschen2013-08-311-6/+12
* * cygheap.h (user_heap_info::sbrk): Declare new function.Christopher Faylor2013-08-301-69/+61
* * heap.cc (sbrk): Add a FIXME comment to VirtualFree call. Fix memoryCorinna Vinschen2013-08-301-18/+43
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-28/+63
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * strace.cc (strace::activate): Move printing heap size from here...Corinna Vinschen2012-05-211-2/+9
* * heap.cc (eval_initial_heap_size): New function fetching the heapCorinna Vinschen2011-08-091-1/+25
* * heap.cc (eval_start_address): Simplify test for large addressCorinna Vinschen2011-07-211-14/+17
* * heap.cc (eval_start_address): New static function to evaluate theCorinna Vinschen2011-07-211-7/+29
* * heap.cc (heap_init): Change type of largest_found to PVOID. StartCorinna Vinschen2011-07-181-6/+5
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-1/+1
* * heap.cc (heap_init): Rewrite initial heap allocation to use addressesCorinna Vinschen2011-05-161-25/+70
* * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen2011-05-101-2/+3
* * heap.cc (heap_init): Fix typo in comment.Corinna Vinschen2009-06-051-1/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen2006-10-311-5/+22
* * heap.cc (heap_init): Only commit if allocsize is not zero.Corinna Vinschen2006-06-121-1/+1
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-1/+2
* * heap.cc (heap_init): Remove Sleep.Christopher Faylor2006-01-181-8/+4
* * dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor2005-12-261-4/+8
* * heap.cc: Remove spurious getpagesize declaration.Christopher Faylor2005-11-251-2/+0
* * heap.cc (heap_init): Revert 2005-09-11 patch as it seems to inexplicablyChristopher Faylor2005-09-141-2/+3
* * heap.cc (heap_init): Allocate heap from top down as a hedge againstChristopher Faylor2005-09-121-1/+1
* * heap.cc (heap_init): Be slightly more aggressive when trying to allocateChristopher Faylor2005-09-101-2/+2
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-4/+2
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-2/+4
* revert inexplicable previous checkinChristopher Faylor2005-09-021-4/+2
* bad_addressesChristopher Faylor2005-09-021-2/+4
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-6/+9
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-1/+0
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor2003-09-071-1/+1
* * net.cc (free_char_list): Delete.Christopher Faylor2003-08-311-2/+1
* * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor2003-08-221-11/+22
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * heap.cc (heap_init): Remove debugging code.Christopher Faylor2003-02-071-14/+0
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-221-36/+59
* Change _function() to function() throughout.Christopher Faylor2002-10-211-1/+1
* * cygthread.cc: Bump number of cygthreads up to accommodate applications whichChristopher Faylor2002-10-191-1/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-8/+8
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* Eliminate excess whitespace.Christopher Faylor2001-11-051-2/+2
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is notChristopher Faylor2001-09-091-31/+34
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-0/+4
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-1/+1