aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeingGerd Moellmann2000-10-231-15/+16
* (toplevel): Conditionalize compilation of mem_*Gerd Moellmann2000-10-201-1/+6
* Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc ...Jason Rumney2000-10-201-2/+1
* (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: UndefGerd Moellmann2000-10-201-64/+177
* (allocate_string) [GC_CHECK_STRING_BYTES]: CallGerd Moellmann2000-10-181-1/+1
* (pure_bytes_used): Renamed from pureptr.Gerd Moellmann2000-10-171-75/+78
* (mark_object) [GC_CHECK_STRING_BYTES]: Check validity ofGerd Moellmann2000-10-171-0/+68
* (mark_object): Remove all workarounds installed onAndreas Schwab2000-10-101-29/+9
* (Fgarbage_collect): Prevent compiler warning for a callEli Zaretskii2000-10-031-1/+3
* (GC_CHECK_STRING_BYTES): Temporarily define, for bugGerd Moellmann2000-09-261-4/+66
* (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.Dave Love2000-09-251-7/+5
* (mark_image): Use GC_NILP instead of NILP.Gerd Moellmann2000-09-251-1/+1
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-3/+6
* Add some comments about DOUG_LEA_MALLOC's use of mmapGerd Moellmann2000-09-131-2/+6
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+1
* (lisp_malloc): Declare with POINTER_TYPE.Dave Love2000-08-171-7/+7
* (compact_small_strings): Use safe_bcopy, add anGerd Moellmann2000-08-151-1/+2
* [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.Dave Love2000-08-141-2/+7
* (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.Gerd Moellmann2000-08-021-14/+16
* (allocate_string_data): Don't copy old string contents.Gerd Moellmann2000-07-191-2/+1
* (allocate_string_data): If string had already dataGerd Moellmann2000-07-181-12/+15
* (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.Dave Love2000-06-201-9/+9
* (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that noGerd Moellmann2000-06-191-2/+81
* (Fmake_byte_code): If BYTECODE-STRING is multibyte,Kenichi Handa2000-05-191-2/+15
* * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-typeKen Raeburn2000-04-021-4/+17
* (xstrdup): Moved here from xfaces.c.Gerd Moellmann2000-03-301-14/+17
* Stop assuming interval pointers and lisp objects can be distinguished byKen Raeburn2000-03-291-3/+15
* Include stdio.h. Test STDC_HEADERS, not __STDC__.Dave Love2000-03-281-1/+2
* (mark_maybe_object): New function.Gerd Moellmann2000-03-271-75/+234
* Changes towards better type safety regarding intervals, primarilyKen Raeburn2000-03-221-3/+3
* (mark_face_cache): Don't mark face->registry.Kenichi Handa2000-03-211-1/+0
* (enum mem_type): Compile unconditionally.Gerd Moellmann2000-02-171-12/+11
* (mark_object): Don't mark symbol names in pure space.Gerd Moellmann2000-02-171-129/+1169
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-23/+0
* (purecopy): Doc fix.Dave Love2000-01-171-1/+1
* (Fgarbage_collect): Return number of live and freeGerd Moellmann2000-01-041-790/+998
* Comment change.Richard M. Stallman1999-12-281-2/+4
* (Fmake_string): Adjusted for the change of CHAR_STRING.Kenichi Handa1999-12-151-2/+2
* (Fgarbage_collect): Call unmark_byte_stack.Gerd Moellmann1999-11-071-1/+1
* Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-071-19/+0
* (Fgarbage_collect): Call mark_byte_stack andGerd Moellmann1999-11-051-0/+4
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-0/+4
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-7/+3
* (Fgarbage_collect): Remove unused variable.Gerd Moellmann1999-09-191-4/+6
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-20/+20
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-5/+5
* Include <stdlib.h> if available.Andreas Schwab1999-08-301-0/+5
* (mark_glyph_matrix): Mark strings only.Gerd Moellmann1999-08-231-6/+3
* (Fgarbage_collect): Use push_message, restore_message,Gerd Moellmann1999-08-211-11/+7
* (allocate_vectorlike): Add missing increment.Karl Heuer1999-07-301-1/+1