summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-12/+12
* Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-1/+4
* * src/lisp.h (struct backtrace): Remove indirection for `function' field.Stefan Monnier2012-09-281-2/+2
* Merge profiler branchStefan Monnier2012-09-261-10/+57
|\
| * * 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
* | Do not use SA_NODEFER.Paul Eggert2012-09-231-1/+0
* | Simplify and avoid signal-handling races.Paul Eggert2012-09-231-5/+6
* | * src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*Stefan Monnier2012-09-191-12/+12
* | Remove configure's --without-sync-input option.Paul Eggert2012-09-161-388/+36
* | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-7/+6
* | Fix glitches with 'configure --without-sync-input'.Paul Eggert2012-09-141-0/+2
* | Function to mark objects and remove killed buffers at once.Dmitry Antipov2012-09-131-21/+15
* | * alloc.c (discard_killed_buffers): Tune and simplify a bit.Paul Eggert2012-09-111-12/+8
* | Discard killed buffers from deleted window and frame objects.Dmitry Antipov2012-09-111-8/+59
* | Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-1/+1
* | Fix compilation failure under ENABLE_CHECKING.Eli Zaretskii2012-09-071-0/+4
* | * alloc.c (mark_buffer): Revert unsafe marking optimization.Dmitry Antipov2012-09-071-33/+15
* | Signal-handler cleanup.Paul Eggert2012-09-061-3/+0
* | Explicitly mark buffer_defaults and buffer_local_symbols.Dmitry Antipov2012-09-061-13/+17
* | * alloc.c (mark_object): Revert window marking codeDmitry Antipov2012-09-061-15/+11
* | Do not mark objects from deleted buffers, windows and frames.Dmitry Antipov2012-09-051-22/+42
* | * alloc.c (valid_lisp_object_p): Treat killed buffers,Dmitry Antipov2012-09-051-2/+6
* | Give more-useful info on a fatal error (Bug#12328).Paul Eggert2012-09-041-8/+1
* | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-32/+32
* | Be more systematic about _setjmp vs setjmp.Paul Eggert2012-09-031-3/+3
* | Clean up some extern decls.Paul Eggert2012-09-021-4/+4
* | Remove mark_ttys function and fix tty_display_info initialization.Dmitry Antipov2012-08-311-1/+0
* | Fix spare memory change.Dmitry Antipov2012-08-271-0/+2
* | Special MEM_TYPE_SPARE to denote reserved memory.Dmitry Antipov2012-08-271-7/+9
* | On assertion failure, print backtrace if available.Paul Eggert2012-08-241-0/+8
|/
* * 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