aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (Fmake_bool_vector): Use BOOL_VECTOR_BITS_PER_CHAR instead ofAndreas Schwab2004-04-261-4/+5
* (Fpurecopy): Declare size as EMACS_INT to not lose bits.Andreas Schwab2004-01-261-2/+3
* (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:Stefan Monnier2004-01-211-0/+8
* (struct interval_block, struct string_block)Stefan Monnier2004-01-141-9/+18
* * alloc.c (allocate_vectorlike): Surround calls to mallopt withJan Djärv2004-01-111-0/+4
* (make_float, Fcons): Clear the markbit at init time.Stefan Monnier2003-11-181-13/+12
* (lisp_align_malloc): If BASE is 0, call memory_full.Richard M. Stallman2003-10-131-0/+5
* (GC_MALLOC_CHECK): Move conditional undef after lisp.h.Dave Love2003-09-191-7/+7
* (init_marker): Remove debugging code.Stefan Monnier2003-09-111-1/+0
* (init_intervals, init_symbol, init_marker): Don't preallocate anything.Stefan Monnier2003-09-111-55/+15
* Use long instead of int when casting ABLOCKS_BUSY toAndreas Schwab2003-09-071-7/+7
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (lisp_align_malloc): Change type of `aligned'.Dave Love2003-08-201-2/+3
* (lisp_align_malloc): Check for memory full whenGerd Moellmann2003-08-191-15/+17
* (mark_object): Handle Lisp_Misc_Save_Value.Andreas Schwab2003-08-081-0/+1
* (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)Stefan Monnier2003-07-211-5/+5
* (syms_of_alloc): Doc fixes.Richard M. Stallman2003-07-211-4/+2
* Use bitmaps for cons cells, as was done for floats.Stefan Monnier2003-07-151-49/+45
* (pure, staticvec): Initialize these arrays to nonzero, so that they'rePaul Eggert2003-07-141-4/+6
* (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.Stefan Monnier2003-07-141-16/+34
* (mark_object): Mark the new `next' field of overlays.Stefan Monnier2003-07-091-3/+18
* (Fgarbage_collect): Doc fix.Richard M. Stallman2003-07-071-3/+5
* (live_float_p): Check that p is not past the `floats' array,Stefan Monnier2003-07-061-0/+1
* (mark_object): Change arg to only take Lisp_Object rather than *Lisp_Object.Stefan Monnier2003-07-061-84/+75
* (struct ablock): Only include padding when there is some.Jason Rumney2003-07-061-1/+3
* (ALIGN): Add casts to simplify usage.Stefan Monnier2003-07-041-36/+255
* (mark_buffer): Fix missed buffer->name in last patch.Stefan Monnier2003-06-271-1/+1
* (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.Stefan Monnier2003-06-271-54/+47
* (survives_gc_p): Simplify.Stefan Monnier2003-06-261-35/+4
* (make_interval, Fmake_symbol, allocate_misc):Stefan Monnier2003-06-251-118/+41
* (mark_kboards): Move to keyboard.c.Stefan Monnier2003-06-151-29/+1
* Comment.Dave Love2003-05-291-1/+7
* (Fgarbage_collect): Fix last change.Andreas Schwab2003-05-261-3/+7
* (Fgarbage_collect): Remove `unused var tail' warning.Stefan Monnier2003-05-251-10/+12
* (Fgarbage_collect): Cast pointers into specpdl to avoid GCC warning.Richard M. Stallman2003-05-171-2/+3
* (abort_on_gc): New variable.Richard M. Stallman2003-04-301-0/+9
* (Fmake_byte_code): Improve the `usage' string.Stefan Monnier2003-04-171-1/+3
* (VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted.Richard M. Stallman2003-04-061-25/+17
* (make_string_from_bytes): Add `const' for the argKenichi Handa2003-03-231-2/+2
* (make_specified_string): Fix previous change.Kenichi Handa2003-03-191-1/+10
* (Fgarbage_collect): Don't use XSETFLOAT.Stefan Monnier2003-02-221-3/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-140/+140
* (Vgc_elapsed, gcs_done): New variables.Dave Love2003-01-301-4/+29
* (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:Dave Love2003-01-241-0/+7
* (Fgc_status): Print zombie list.Dave Love2003-01-211-5/+10
* GTK versionJan Djärv2003-01-191-0/+7
* (pure_alloc): Rewritten and simplified.Kim F. Storm2003-01-121-28/+16
* (pure_alloc): Corrected last change; now align theKim F. Storm2003-01-121-9/+12
* (pure_alloc): Correct alignment for Lisp_Floats.Andreas Schwab2003-01-101-2/+7
* (make_save_value): New function.Richard M. Stallman2003-01-061-0/+20