aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/malloc_wrapper.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-10Cygwin: move memory management sources into mm subdirCorinna Vinschen1-297/+0
2021-10-26Cygwin: convert malloc lock to SRWLOCKCorinna Vinschen1-3/+1
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-01Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley1-4/+0
2016-03-21Add nonnull annotation to posix_memalign.Peter Foley1-2/+1
2015-01-16 * gendef: Export _sigbe on 64 bit as well.Corinna Vinschen1-5/+8
2014-06-23 * malloc_wrapper.cc (mallinfo): Initialize m if external malloc is used,Corinna Vinschen1-1/+4
2013-08-14 * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-3/+3
2013-01-23* miscfuncs.cc (__import_address): Check if malloc field points directly atChristopher Faylor1-1/+2
2013-01-23* miscfuncs.cc (__import_address): Avoid treating random instructions as importChristopher Faylor1-2/+1
2013-01-21* malloc_wrapper.cc (malloc_init): Re-add inadvertently dropped comment whichChristopher Faylor1-0/+3
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-2/+2
2013-01-20* malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor1-28/+21
2009-02-16 * cygwin.din: Export reallocf.Corinna Vinschen1-0/+11
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-5/+0
2007-02-08 * cygmalloc.h (__set_ENOMEM): Declare.Corinna Vinschen1-10/+8
2007-02-07 * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen1-2/+30
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-1/+1
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-2/+0
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor1-2/+2
2005-02-20copyrightChristopher Faylor1-1/+2
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-03-04* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor1-3/+8
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-20* include/cygwin/version.h: Bump DLL minor number to 8.Christopher Faylor1-69/+4
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-0/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-02-22* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:Christopher Faylor1-0/+18
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-5/+0
2002-08-18* malloc.cc: Update to 2.7.2.Christopher Faylor1-5/+5
2002-08-16Missed this commit in last checkin.Christopher Faylor1-74/+149
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-1/+1
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor1-1/+1
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-0/+2
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-11Update copyrights.Christopher Faylor1-3/+3
2001-09-09* fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor1-12/+6
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-0/+2
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+1
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-16/+23
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+1
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-1/+0
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor1-1/+1
2000-02-26* exceptions.cc (interruptible): Make a little more structured.Christopher Faylor1-4/+5