Home
last modified time | relevance | path

Searched refs:SAFE_ALLOCA_LISP_EXTRA (Results 1 – 6 of 6) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbytecode.c369 SAFE_ALLOCA_LISP_EXTRA (alloc, stack_items, bytestr_length); in exec_byte_code()
H A Dlisp.h5024 #define SAFE_ALLOCA_LISP_EXTRA(buf, nelt, extra) \ macro
5045 #define SAFE_ALLOCA_LISP(buf, nelt) SAFE_ALLOCA_LISP_EXTRA (buf, nelt, 0)
/dports/editors/emacs/emacs-27.2/src/
H A Dbytecode.c368 SAFE_ALLOCA_LISP_EXTRA (alloc, stack_items, bytestr_length); in exec_byte_code()
H A Dlisp.h4885 #define SAFE_ALLOCA_LISP_EXTRA(buf, nelt, extra) \ macro
4903 #define SAFE_ALLOCA_LISP(buf, nelt) SAFE_ALLOCA_LISP_EXTRA (buf, nelt, 0)
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.364246 * src/lisp.h (SAFE_ALLOCA_LISP_EXTRA):
64681 * src/lisp.h (SAFE_ALLOCA_LISP_EXTRA): Do not clear the
65042 * src/lisp.h (SAFE_ALLOCA_LISP_EXTRA): When allocating a large
152128 (SAFE_ALLOCA_LISP_EXTRA): Use record_unwind_protect_array
217245 (SAFE_ALLOCA_LISP_EXTRA): New macro, a generalization of
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.363548 (SAFE_ALLOCA_LISP_EXTRA): Use record_unwind_protect_array
128667 (SAFE_ALLOCA_LISP_EXTRA): New macro, a generalization of