summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Consistently use min and max macros from lisp.h.Dmitry Antipov2014-10-031-1/+1
* * src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.Ken Brown2014-09-281-2/+2
* Fix implementation of HYBRID_MALLOC on Cygwin.Ken Brown2014-09-271-3/+3
* Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.Ken Brown2014-08-301-7/+11
* Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown2014-08-281-82/+149
* Merge from emacs-24; up to 2014-06-29T18:32:35Z!michael.albinus@gmx.deGlenn Morris2014-08-141-1/+20
|\
| * * src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHE...Ken Brown2014-08-111-1/+20
* | Supply malloc and alloc_size attributes for extern allocators.Paul Eggert2014-05-221-3/+3
|/
* Further follow-up to last change in gmalloc.c.Ken Brown2014-03-041-11/+11
* Follow-up improvements for last change in gmalloc.c.Eli Zaretskii2014-03-041-15/+28
* Fix crashes in lisp_align_free in a build with GC_MCHECK.Eli Zaretskii2014-03-031-2/+26
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Merge from gnulib.Paul Eggert2013-11-081-5/+4
* Port to C11 aligned_alloc, and fix some integer overflows.Paul Eggert2013-11-061-10/+32
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-29/+11
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
| * Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-311-27/+9
* | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-261-8/+0
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-1/+1
* Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-0/+6
* Adapt the MS-DOS build to the latest configury changes.Eli Zaretskii2012-07-141-7/+0
* More xmalloc and related cleanup.Paul Eggert2012-07-051-3/+3
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-251-2/+0
* Assume C89 or later.Paul Eggert2012-05-211-4/+0
* Get rid of compiler warnings on Cygwin.Ken Brown2012-05-201-2/+2
* Modernize and clean up gmalloc.c to assume C89 (Bug#9119).Paul Eggert2012-04-221-375/+224
* Whitespace changes.Juanma Barranquero2011-09-091-6/+6
* * src/gmalloc.c: Expand comment.Ken Brown2011-08-161-1/+5
* Fix memory allocation problems in Cygwin build (Bug#9273).Ken Brown2011-08-161-2/+56
* Check for pthread and use it if found.Jan Djärv2011-08-041-1/+1
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-52/+4
* [ChangeLog]Paul Eggert2011-07-041-102/+0
* [ChangeLog]Paul Eggert2011-05-281-7/+2
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-10/+10
* * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.Dan Nicolaescu2010-06-011-2/+1
* Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-9/+1
* * gmalloc.c (__sbrk): Also define for uClibc.Dan Nicolaescu2008-10-021-5/+5
* Spelling fix.Glenn Morris2008-05-231-1/+1
* * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-15/+4
* (posix_memalign): New function.YAMAMOTO Mitsuharu2007-08-091-0/+32
* (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.YAMAMOTO Mitsuharu2007-08-071-17/+66
* (__malloc_initialize): Remove pthread_once. Not needed.Jan Djärv2007-07-291-6/+3
* [HAVE_GTK_AND_PTHREAD] Check this after including config.h.YAMAMOTO Mitsuharu2007-06-261-52/+123
* (__morecore): Fix the declaration to comply with the definition.Sam Steingold2007-06-201-1/+1
* [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.YAMAMOTO Mitsuharu2007-03-281-13/+65
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1