summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-8/+8
* (Fmake_byte_code, Fvector, Flist): Add usage: string to doc string.Miles Bader2001-10-211-5/+8
* Reindent DEFUNs with doc: keywords.Pavel Janík2001-10-211-28/+28
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-76/+75
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-8/+11
* Put doc strings in comments.Gerd Moellmann2001-10-141-110/+113
* (mark_interval_tree): Use traverse_intervals_noorder.Stefan Monnier2001-10-121-1/+1
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* (inhibit_garbage_collection): Simplify.Gerd Moellmann2001-10-061-23/+9
* (purebeg, pure_size, pure_bytes_used_before_overflow):Gerd Moellmann2001-10-051-19/+63
* Fix a typo in a comment. From Pavel Janik.Eli Zaretskii2001-09-151-1/+1
* allocate_buffer): Call VALIDATE_LISP_STORAGE.Gerd Moellmann2001-09-101-2/+5
* Remove init_stack static declaration.Gerd Moellmann2001-08-061-1/+0
* (live_string_p, live_cons_p, live_symbol_p)Gerd Moellmann2001-03-291-5/+10
* (mark_maybe_pointer): Fix a typo in a comment.Eli Zaretskii2001-03-021-1/+1
* (toplevel): Include process.h.Gerd Moellmann2001-02-281-9/+252
* (Fmake_list): Add a QUIT in the loop; unroll the loop.Gerd Moellmann2001-01-311-2/+32
* * alloc.c (allocate_string) [macintosh]: Call check_string_bytesAndrew Choi2001-01-281-1/+5
* (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