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
2016-08-09
Remove interpreter’s byte stack
Paul Eggert
2016-07-02
Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULL
Eli Zaretskii
2016-06-20
Minor ABLOCKS_BUSY cleanups in alloc.c
Paul Eggert
2016-06-19
Rename ALIGN to pointer_align
Paul Eggert
2016-06-19
Merge from origin/emacs-25
Paul Eggert
2016-06-14
* src/alloc.c (ALIGN): Avoid error on DragonFly BSD. (Bug#23764)
Glenn Morris
2016-06-10
Catch malloc_get_state, malloc_set_state failure
Paul Eggert
2016-05-18
Port --enable-gcc-warnings to GCC 6.1
Paul Eggert
2016-04-04
New C macro AUTO_STRING_WITH_LEN
Paul Eggert
2016-04-02
Merge from origin/emacs-25
John Wiegley
2016-03-27
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-24
Define make_save_ptr_ptr unconditionally
Eli Zaretskii
2016-03-20
* src/alloc.c (purecopy): Use AUTO_STRING.
Paul Eggert
2016-03-11
Merge from origin/emacs-25
John Wiegley
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-02-09
-
Paul Eggert
2016-02-09
-
Paul Eggert
2016-02-09
Add lmalloc commentary and tweak laligned
Paul Eggert
2016-02-09
Avoid aligned_alloc static/extern collision
Paul Eggert
2016-02-08
Increase success rate of fallback lmalloc
Paul Eggert
2016-02-08
Port to FreeBSD 11-CURRENT i386
Paul Eggert
2016-02-05
Omit XLI (init) == 0 optimization in make-vector
Paul Eggert
2016-02-04
Prefer memcpy and memset to doing it by hand
Paul Eggert
2016-02-04
Simplify USE_ALIGNED_ALLOC
Paul Eggert
2016-02-03
Merge from origin/emacs-25
John Wiegley
2016-02-02
Port malloc.h hygiene fix to LTO
Paul Eggert
2016-01-30
Correct reference to DARWIN_OS preprocessor symbol
John Wiegley
2016-01-30
Pacify GCC on C library without glibc API
Paul Eggert
2016-01-30
Fix extern symbols defined and not used
Paul Eggert
2016-01-30
Build lib/e-*.o only on platforms that need it
Paul Eggert
2016-01-30
Include <malloc.h> when advisable
Paul Eggert
2016-01-30
* src/alloc.c: Include "sheap.h".
Paul Eggert
2016-01-26
malloc.h hygiene
Paul Eggert
2016-01-11
Avoid an infloop when we run out of memory
Eli Zaretskii
2016-01-10
Simplify HAVE_MODULES use in mark_maybe_pointer
Paul Eggert
2016-01-10
* src/alloc.c (mark_maybe_pointer): HAVE_MODULES may be undefined
Stefan Monnier
2016-01-09
* src/alloc.c (mark_maybe_pointer): Also check wide-int's emacs_value
Stefan Monnier
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-12-31
Avoid writing to purespace
YAMAMOTO Mitsuharu
2015-12-29
Avoid assertion violations in compact_font_cache_entry
Eli Zaretskii
2015-12-12
Fix performance regression with gcc -O0
Paul Eggert
2015-12-06
Improve module interface when WIDE_EMACS_INT
Paul Eggert
2015-11-24
Fix crash at startup related to GC of font entities
Eli Zaretskii
2015-11-21
Add a few safety checks when ENABLE_CHECKING
Paul Eggert
2015-11-21
Improve documentation of dynamic modules
Eli Zaretskii
2015-11-18
Add dynamic module module support
Aurélien Aptel
2015-11-18
Add new User Pointer (User_Ptr) type
Aurélien Aptel
2015-11-10
Spelling fixes
Paul Eggert
2015-11-09
Fix a memory leak in GC of font cache
Dima Kogan
2015-11-08
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
[prev]
[next]