aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.Gerd Moellmann2001-01-091-50/+88
* (Fgarbage_collect): Use a record_unwind_protect toGerd Moellmann2001-01-091-2/+4
* (gc_sweep): Add comment.Stefan Monnier2000-12-071-0/+3
* (gc_sweep): Prevent symbols read during loadupGerd Moellmann2000-12-061-17/+24
* (Fgarbage_collect): Dox fix. Return a list asGerd Moellmann2000-12-061-8/+8
* (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'.Kenichi Handa2000-11-231-1/+1
* (mark_object) <frame>: Mark tool bar items differently.Gerd Moellmann2000-11-221-2/+1
* (make_string): Fix previous change. Be sure to makeKenichi Handa2000-11-201-3/+3
* (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