index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
alloc.c
Age
Commit message (
Expand
)
Author
2026-05-26
ARRAYELTS → countof
Paul Eggert
2026-05-26
Omit useless casts found by GCC 16
Paul Eggert
2026-05-23
Prefer ptrdiff_t to size_t when either will do
Paul Eggert
2026-05-23
Document PTRDIFF_MAX <= SIZE_MAX assumption
Paul Eggert
2026-05-23
Update src/alloc.c comments
Paul Eggert
2026-05-23
Be more careful about size multiplication
Paul Eggert
2026-05-23
Shrink STRING_BYTES_MAX slightly
Paul Eggert
2026-05-23
New function memory_full_up
Paul Eggert
2026-03-21
Move the attribute field of charsets to a separate vector
Helmut Eller
2026-01-21
; * src/alloc.c (Fgarbage_collect_heapsize): Avoid compiler warning.
Eli Zaretskii
2026-01-20
(garbage-collect-heapsize): New function
Stefan Monnier
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-12-07
Include malloc.h early in alloc.c
Paul Eggert
2025-09-17
Turn some checking macros into functions in the GC marker code
Mattias Engdegård
2025-08-24
Disallow string data resizing (bug#79784)
Mattias Engdegård
2025-04-15
Avoid performance regressions in unoptimized builds
Po Lu
2025-04-14
Remove unused XMALLOC_BLOCK_INPUT_CHECK debug facility
Stefan Kangas
2025-03-09
Re-port to 32-bit systems without alignment primitives
Po Lu
2025-02-01
Improve malloc Lisp alignment commentary
Paul Eggert
2025-02-01
Fix compilation warnings on Android
Po Lu
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-27
Avoid some make_formatted_string mallocs
Paul Eggert
2025-01-26
Simplify make_formatted_string API
Paul Eggert
2025-01-20
Remove redundant case_Lisp_Int macro
Stefan Kangas
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-17
Simplify alloc by assuming MALLOC_IS_LISP_ALIGNED
Paul Eggert
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-15
Improve purify-flag docstring
Stefan Kangas
2024-12-12
Make 'purecopy' an obsolete function alias for 'identity'
Stefan Kangas
2024-12-12
Delete obsolete comment about using purespace
Stefan Kangas
2024-12-12
Remove unused function my_heap_start
Stefan Kangas
2024-12-12
Remove check for working malloc_set_state
Stefan Kangas
2024-12-12
Avoid compiler warning in process_mark_stack
Pip Cet
2024-12-12
Pure storage removal: Remove documentation
Pip Cet
2024-12-12
Pure storage removal: Remove support for pinned objects
Pip Cet
2024-12-12
Pure storage removal: Replace calls to removed functions
Pip Cet
2024-12-12
Pure storage removal: Main part
Pip Cet
2024-12-12
Unexec removal: Remove HYBRID_MALLOC support
Pip Cet
2024-12-12
Unexec removal: Main part
Pip Cet
2024-10-22
Initial child frames based on master
Gerd Möllmann
2024-09-21
Merge from origin/emacs-30
Eli Zaretskii
2024-09-17
Re-enable GC mark trace buffer by default
Mattias Engdegård
2024-09-07
Remove low-level keyboard hook when attaching GDB to Emacs on Windows
Eli Zaretskii
2024-08-22
Prefer static_assert to verify
Stefan Kangas
2024-08-01
Improve window/buffer handling code
Martin Rudalics
2024-07-20
Fix bool vector length overflow
Paul Eggert
2024-07-20
Avoid accessing uninitialized bool_vector words
Paul Eggert
2024-07-16
alloc.c: ckd_add, not by-hand checks
Paul Eggert
2024-07-16
Pacify -Wmissing-variable-declarations for lisp_malloc_user
Paul Eggert
2024-06-20
Correctly cache images when frames vary in their font metrics
Po Lu
[next]