summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-8/+8
* Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert2023-05-141-9/+0
* Merge branch 'emacs-29'Stefan Monnier2023-05-101-1/+1
|\
| * with-display-message: Workaround for bug#63253Stefan Monnier2023-05-091-1/+1
* | Unbreak the unexec buildEli Zaretskii2023-03-041-1/+5
* | bug#61489: Increase BLOCK_ALIGN from 1024 to 32768Konstantin Kharlamov2023-03-041-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-03-021-2/+3
|\ \ | |/
| * Replace C++ comments with C style equivalentsPo Lu2023-03-011-2/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Stefan Kangas2022-12-231-1/+1
|\ \ | |/
| * ; * src/alloc.c (Fmemory_info): Doc fix.Eli Zaretskii2022-12-221-1/+1
* | Add support for additional memory checks using AddressSanitizer.Vibhav Pant2022-12-191-8/+263
* | Merge from origin/emacs-29Stefan Kangas2022-12-191-1/+2
|\ \ | |/
| * ; Fix printing Lisp types in .gdbinitEli Zaretskii2022-12-161-1/+2
* | Speed up handling X selection requestsPo Lu2022-12-011-0/+1
* | Add itree_empty_p for clarity and reduced couplingMatt Armstrong2022-11-301-1/+1
|/
* Extend memory-info for remote systemsMichael Albinus2022-11-271-1/+11
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-21/+46
|\
| * Advise against using too-high GC thresholdsEli Zaretskii2022-11-201-1/+11
| * itree.c: Make the iterator reentrant (bug#59183)Stefan Monnier2022-11-171-5/+0
| * Port interval trees to --enable-checking=structsBasil L. Contovounesios2022-11-031-1/+1
| * Rename all exported itree.h functions with the itree_ prefixMatt Armstrong2022-10-191-1/+1
| * Prefix all itree.h type names with itree_Matt Armstrong2022-10-191-2/+2
| * Revert "mark_overlays: Use the normal ITREE_FOREACH"Matt Armstrong2022-10-191-3/+19
| * Tighten up handling of `otick`Stefan Monnier2022-10-091-5/+3
| * mark_overlays: Use the normal ITREE_FOREACHStefan Monnier2022-10-021-17/+3
| * Remove the per-tree null nodeGerd Möllmann2022-09-301-1/+1
| * alloc.c: Avoid nested overlay iterations (bug#58158)Stefan Monnier2022-09-291-5/+17
| * itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier2022-09-281-0/+3
| * Merge 'master' into noverlayStefan Monnier2022-09-251-2115/+2417
| |\
| * | Remove redundant checks for the empty overlay treefeature/noverlayAndreas Politz2017-10-091-9/+5
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-19/+30
* | | ; Rename ts_* symbols in treesit.cEli Zaretskii2022-10-171-2/+2
* | | Support MinGW build on MS-WindowsEli Zaretskii2022-10-161-12/+2
* | | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-051-1/+1
|\ \ \ | | |/ | |/|
| * | ; * src/alloc.c (check_pure_size): Fix last change.Po Lu2022-09-101-1/+1
| * | Fix several printfs for 32 bit systemsPo Lu2022-09-101-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-6/+17
|\ \ \ | |/ /
| * | * src/alloc.c (pure_alloc): Warn for pure space overflowAndrea Corallo2022-08-191-0/+7
| * | * src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflowAndrea Corallo2022-08-191-5/+0
| * | Fix --without-x build after previous image cache changesLars Ingebrigtsen2022-07-141-0/+2
| * | Prune the animation cache from gcLars Ingebrigtsen2022-07-141-0/+3
| * | Prevent GC of window referenced from EmacsScrollerGerd Moellmann2022-06-221-0/+4
| * | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-1/+1
* | | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-141-2/+6
|\ \ \ | |/ /
| * | Nonrecursive Lisp reader (bug#55676)Mattias Engdegård2022-05-301-0/+1
| * | Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-241-1/+1
| * | Pacify GCC 12 in default developer buildPaul Eggert2022-05-121-1/+4
* | | Add new type treesit-compiled-queryYuan Fu2022-06-141-0/+7