Home
last modified time | relevance | path

Searched refs:MALLOC_IS_LISP_ALIGNED (Results 1 – 4 of 4) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dalloc.c660 enum { MALLOC_IS_LISP_ALIGNED = alignof (max_align_t) % LISP_ALIGNMENT == 0 }; enumerator
1029 verify (MALLOC_IS_LISP_ALIGNED in aligned_alloc()
1033 || (!MALLOC_IS_LISP_ALIGNED && alignment == LISP_ALIGNMENT)); in aligned_alloc()
1272 return (MALLOC_IS_LISP_ALIGNED || (intptr_t) p % LISP_ALIGNMENT == 0 in laligned()
1296 if (! MALLOC_IS_LISP_ALIGNED && size % LISP_ALIGNMENT == 0) in lmalloc()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dalloc.c714 enum { MALLOC_IS_LISP_ALIGNED = alignof (max_align_t) % LISP_ALIGNMENT == 0 }; enumerator
1086 verify (MALLOC_IS_LISP_ALIGNED in aligned_alloc()
1090 || (!MALLOC_IS_LISP_ALIGNED && alignment == LISP_ALIGNMENT)); in aligned_alloc()
1329 return (MALLOC_IS_LISP_ALIGNED || (intptr_t) p % LISP_ALIGNMENT == 0 in laligned()
1357 if (! MALLOC_IS_LISP_ALIGNED && size % LISP_ALIGNMENT == 0) in lmalloc()
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.376221 (MALLOC_IS_LISP_ALIGNED): Go back to yesterday’s version.
76248 (MALLOC_IS_LISP_ALIGNED): Define in terms of the other two.
152295 * src/alloc.c (LISP_ALIGNMENT, MALLOC_IS_LISP_ALIGNED):
152303 LISP_ALIGNMENT when MALLOC_IS_LISP_ALIGNED, as the code never
152307 All uses replaced with MALLOC_IS_LISP_ALIGNED.
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.363715 * src/alloc.c (LISP_ALIGNMENT, MALLOC_IS_LISP_ALIGNED):
63723 LISP_ALIGNMENT when MALLOC_IS_LISP_ALIGNED, as the code never
63727 All uses replaced with MALLOC_IS_LISP_ALIGNED.