aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | * alloc.c (free_save_value): New function.Dmitry Antipov2012-12-031-6/+14
* | | | | Fix xpalloc confusion after memory is exhausted.Paul Eggert2012-12-021-4/+8
* | | | | * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-221-2/+2
* | | | | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-211-4/+0
* | | | | Conflate Qnil and Qunbound for `symbol-function'.Stefan Monnier2012-11-201-2/+2
* | | | | Another tweak to vectorlike_header change.Paul Eggert2012-11-111-14/+17
* | | | | Tweak last vectorlike_header change.Dmitry Antipov2012-11-091-7/+9
* | | | | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-0/+3
* | | | | Shrink struct vectorlike_header to the only size field.Dmitry Antipov2012-11-081-71/+114
|/ / / /
* | | | Decrease NSTATICS to 0x800.Eli Zaretskii2012-10-191-1/+1
* | | | Fix wording of error message in staticpro.Eli Zaretskii2012-10-181-1/+1
* | | | Increase NSTATICS; tell the user when we run out of static slots.Daniel Colascione2012-10-181-2/+2
* | | | * alloc.c (Fmake_byte_code): Fix typo in comment.Dmitry Antipov2012-10-161-1/+1
* | | | * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.Dmitry Antipov2012-10-101-1/+1
* | | | * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.Dmitry Antipov2012-10-101-9/+4
* | | | 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
| |/ |/|