aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change hash range reduction from remainder to multiplicationMattias Engdegård2024-02-061-3/+4
* Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macrosPaul Eggert2024-01-281-2/+1
* Rename TAG_PTR to TAG_PTR_INITIALLYPaul Eggert2024-01-281-1/+1
* (struct composition): Remove dependency on hash-table internalsStefan Monnier2024-01-241-0/+2
* Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL floatMattias Engdegård2024-01-211-8/+16
* Be more systematic about parens in C source codePaul Eggert2024-01-201-25/+25
* Share hash table test structsMattias Engdegård2024-01-131-7/+1
* Use non-Lisp allocation for internal hash-table vectorsMattias Engdegård2024-01-131-11/+75
* Allow zero hash table sizeMattias Engdegård2024-01-131-1/+2
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-3/+3
* ; * src/alloc.c (purecopy_hash_table): SimplifyMattias Engdegård2024-01-121-15/+5
* Decouple profiler from Lisp hash table internalsMattias Engdegård2024-01-121-0/+1
* Delete obsolete GC debugging codeStefan Kangas2024-01-031-102/+0
* Don't include sheap.h from alloc.cStefan Kangas2024-01-021-1/+0
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; * src/alloc.c (garbage_collect): Fix typo.Stefan Kangas2023-12-301-1/+1
* | Non-recursive marking of buffer-local variablesMattias Engdegård2023-11-011-15/+11
* | Use heuristic to speed up allocation of small vectors (bug#65491)Mattias Engdegård2023-09-251-1/+9
* | Remove useless half of vector_free_lists array (bug#65491)Mattias Engdegård2023-09-251-12/+30
* | ; Fix typosStefan Kangas2023-09-241-1/+1
* | * src/alloc.c: (cleanup_vector) Dispatch on pseudovector typeMattias Engdegård2023-09-201-74/+115
* | More accurate static vector block size assertionMattias Engdegård2023-09-161-2/+6
* | * src/alloc.c (garbage_collect): Run `post-gc-hook` later (bug#65700)Stefan Monnier2023-09-121-7/+7
* | Replace PVEC_FONT as pseudo-vector subtype upper boundMattias Engdegård2023-09-101-1/+1
* | Fix build with Lisp_Object type checkingPo Lu2023-05-311-3/+4
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-8/+8
|\ \
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-8/+8
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-151-9/+0
|\ \ \ | |/ /
| * | Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert2023-05-141-9/+0
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-111-1/+1
|\ \ \ | |/ /
| * | Merge branch 'emacs-29'Stefan Monnier2023-05-101-1/+1
| |\ \ | | |/
| | * with-display-message: Workaround for bug#63253Stefan Monnier2023-05-091-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-03-051-1/+5
|\ \ \ | |/ /
| * | Unbreak the unexec buildEli Zaretskii2023-03-041-1/+5
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-03-041-1/+1
|\ \ \ | |/ /
| * | bug#61489: Increase BLOCK_ALIGN from 1024 to 32768Konstantin Kharlamov2023-03-041-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-03-021-2/+3
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Stefan Kangas2023-03-021-2/+3
| |\ \ | | |/
| | * Replace C++ comments with C style equivalentsPo Lu2023-03-011-2/+3
* | | Update Android portPo Lu2023-02-151-0/+14
* | | Update Android portPo Lu2023-01-251-0/+16
* | | Update Android portPo Lu2023-01-191-3/+31
* | | Bring up the sfnt-android font driverPo Lu2023-01-111-2/+10
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
| |\ \ | | |/
| | * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | | Bring up the Android operating system and its window systemPo Lu2022-12-311-0/+12
|/ /
* | Merge from origin/emacs-29Stefan Kangas2022-12-231-1/+1
|\ \ | |/
| * ; * src/alloc.c (Fmemory_info): Doc fix.Eli Zaretskii2022-12-221-1/+1