aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/profiler.c: Rename sample_profiler_* to profiler_cpu_* andStefan Monnier2012-09-241-8/+5
* Rewrite sampler to use Elisp hash-tables.Stefan Monnier2012-09-241-12/+14
* * alloc.c (emacs_blocked_malloc): Remove redundant MALLOC_PROBE.Tomohiro Matsuyama2012-09-151-2/+0
* Add GC profiler.Tomohiro Matsuyama2012-08-221-10/+43
* Add emacs native profiler.Tomohiro Matsuyama2012-08-221-0/+10
* * alloc.c: Use bool for booleans.Paul Eggert2012-08-211-40/+40
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-3/+3
* * src/alloc.c (Fgarbage_collect): Use plural form consistently.Stefan Monnier2012-08-141-39/+58
* Revert and cleanup some recent overlay changes.Dmitry Antipov2012-08-141-2/+2
* Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-081-2/+2
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-081-31/+9
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-081-1/+1
* Cleanup intervals.Dmitry Antipov2012-08-081-13/+14
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-28/+28
* Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-071-1/+1
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Use GCALIGNMENT where appropriate.Dmitry Antipov2012-08-061-10/+9
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-1/+1
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-11/+3
* 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