aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes from CVS trunk.Karoly Lorentey2004-07-271-0/+11
|\
| * (check_cons_list): New function (contents commented out).Richard M. Stallman2004-07-251-0/+11
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-131-0/+2
|\ \ | |/
| * (mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK.Kim F. Storm2004-07-121-0/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-281-6/+17
|\ \ | |/
| * (allocate_misc): Update total_free_markers.Kim F. Storm2004-06-241-6/+17
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-241-0/+33
|\ \ | |/
| * (safe_alloca_unwind): Clear dogc and pointer members.Kim F. Storm2004-06-221-1/+23
| * (safe_alloca_unwind): New function.Kim F. Storm2004-06-211-0/+11
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-311-5/+17
|\ \ | |/
| * (undo_outer_limit): New variable.Richard M. Stallman2004-05-291-3/+12
| * (lisp_align_malloc): Check for base == 0 regardless of HAVE_POSIX_MEMALIGN.Richard M. Stallman2004-05-291-2/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-301-114/+34
|\ \ | |/
| * Undo Kim's recent changes and fix the same bug differently.Stefan Monnier2004-05-291-88/+32
| * (struct backtrace): Remove.Stefan Monnier2004-05-281-26/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-271-5/+24
|\ \ | |/
| * (marker_blocks_pending_free): New var.Kim F. Storm2004-05-251-5/+24
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-231-35/+39
|\ \ | |/
| * (Fmake_string): Doc fix.Richard M. Stallman2004-05-221-2/+3
| * (struct backtrace): Add debug_on_exit member.Kim F. Storm2004-05-211-33/+36
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-181-12/+20
|\ \ | |/
| * (Fgarbage_collect): Do all the marking before flushingStefan Monnier2004-05-181-11/+11
| * (mark_object): Mark Lisp_Misc_Free cell. Fix comment.Kim F. Storm2004-05-171-4/+3
| * (mark_object): Ignore Lisp_Misc_Free objects.Kim F. Storm2004-05-171-1/+10
* | Merged in changes from CVS trunk.Karoly Lorentey2004-04-271-4/+5
|\ \ | |/
| * (Fmake_bool_vector): Use BOOL_VECTOR_BITS_PER_CHAR instead ofAndreas Schwab2004-04-261-4/+5
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-261-2/+3
|\ \ | |/
| * (Fpurecopy): Declare size as EMACS_INT to not lose bits.Andreas Schwab2004-01-261-2/+3
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-221-9/+26
|\ \ | |/
| * (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
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-111-0/+4
|\ \ | |/
| * * alloc.c (allocate_vectorlike): Surround calls to mallopt withJan Djärv2004-01-111-0/+4
* | A few more bugfixes and new features.Karoly Lorentey2003-12-311-0/+2
|/
* (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