aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-18/+18
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-0/+3
* Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov2012-08-011-10/+10
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-16/+16
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-1/+2
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-5/+5
* * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert2012-07-301-1/+1
* Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.Paul Eggert2012-07-301-0/+3
* Export to GDB most of lisp.h's remaining object-like macros.Paul Eggert2012-07-291-33/+15
* Cleanup string bytes checking.Dmitry Antipov2012-07-301-44/+21
* Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.Dmitry Antipov2012-07-291-7/+2
* * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.Paul Eggert2012-07-291-6/+8
* Cleanup statistics calculation in Fgarbage_collect.Dmitry Antipov2012-07-291-14/+9
* Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960).Paul Eggert2012-07-281-16/+5
* Fix listn introduced in 2012-07-27T06:04:35Z!dmantipov@yandex.ru.Eli Zaretskii2012-07-271-1/+1
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-5/+5
* Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov2012-07-271-29/+24
* Improve GDB symbol export.Paul Eggert2012-07-261-6/+19
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-14/+43
* Fast save_excursion_save and save_excursion_restore.Dmitry Antipov2012-07-271-24/+29
* Fix export of symbols to GDB.Paul Eggert2012-07-261-0/+26
* Cleanup miscellaneous objects allocation and initialization.Dmitry Antipov2012-07-231-9/+22
* Adjust consing_since_gc when objects are explicitly freed.Dmitry Antipov2012-07-221-4/+9
* Extend the value returned by Fgarbage_collect with heap statistics.Dmitry Antipov2012-07-201-30/+12
* Make maybe_gc inline.Dmitry Antipov2012-07-201-18/+3
* Cleanup calls to Fgarbage_collect.Dmitry Antipov2012-07-201-3/+15
* * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.Paul Eggert2012-07-191-3/+3
* * lisp/emacs-lisp/chart.el: Use lexical-binding.Stefan Monnier2012-07-191-11/+8
* Tweak the value returned from Fgarbage_collect again.Dmitry Antipov2012-07-191-25/+35
* Compact buffers when idle.Dmitry Antipov2012-07-191-27/+1
* New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov2012-07-191-78/+68
* * alloc.c (Fmake_bool_vector): Fix off-by-8 bugPaul Eggert2012-07-181-1/+1
* Remove some struct layout assumptions in bool vectors.Paul Eggert2012-07-181-27/+28
* Fix sweep_vectors to handle large bool vectors correctly.Dmitry Antipov2012-07-181-5/+21
* Return more descriptive data from Fgarbage_collect.Dmitry Antipov2012-07-181-57/+92
* * alloc.c (Fmemory_free): Account for memory-free's own storage.Paul Eggert2012-07-171-23/+25
* Restore old code in allocate_string_data to avoid Faset breakage.Dmitry Antipov2012-07-171-2/+19
* Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov2012-07-171-1/+3
* Fix previous change to make Fmemory_free always accurate.Dmitry Antipov2012-07-171-13/+15
* Simple free memory accounting feature.Dmitry Antipov2012-07-171-2/+43
* Cleanup basic allocation variables and functions.Dmitry Antipov2012-07-151-91/+6
* Use zero_vector where appropriate.Dmitry Antipov2012-07-151-4/+3
* alloc.c (mark_memory): Guard the "no_address_safety_analysis" functionJohn Wiegley2012-07-111-1/+3
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-4/+4
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-5/+4
* Minor improvements to make_formatted_string.Paul Eggert2012-07-091-1/+1
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-0/+14
* Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-061-0/+27
* More xmalloc and related cleanup.Paul Eggert2012-07-051-42/+33
* Cleanup xmalloc.Dmitry Antipov2012-07-051-3/+19