Home
last modified time | relevance | path

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

/dports/editors/emacs/emacs-27.2/src/
H A Dalloc.c1101 #define ABLOCKS_BUSY(a_base) ((a_base)->blocks[0].abase) macro
1108 (1 & (intptr_t) ABLOCKS_BUSY (abase) ? abase : ((void **) (abase))[-1])
1192 ABLOCKS_BUSY (abase) = (struct ablocks *) ialigned; in lisp_align_malloc()
1198 eassert ((intptr_t) ABLOCKS_BUSY (abase) == aligned); in lisp_align_malloc()
1202 ABLOCKS_BUSY (abase) in lisp_align_malloc()
1203 = (struct ablocks *) (2 + (intptr_t) ABLOCKS_BUSY (abase)); in lisp_align_malloc()
1234 intptr_t busy = (intptr_t) ABLOCKS_BUSY (abase) - 2; in lisp_align_free()
1236 ABLOCKS_BUSY (abase) = (struct ablocks *) busy; in lisp_align_free()
H A DChangeLog.1017205 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
17721 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dalloc.c1158 #define ABLOCKS_BUSY(a_base) ((a_base)->blocks[0].abase) macro
1165 (1 & (intptr_t) ABLOCKS_BUSY (abase) ? abase : ((void **) (abase))[-1])
1249 ABLOCKS_BUSY (abase) = (struct ablocks *) ialigned; in lisp_align_malloc()
1255 eassert ((intptr_t) ABLOCKS_BUSY (abase) == aligned); in lisp_align_malloc()
1259 ABLOCKS_BUSY (abase) in lisp_align_malloc()
1260 = (struct ablocks *) (2 + (intptr_t) ABLOCKS_BUSY (abase)); in lisp_align_malloc()
1291 intptr_t busy = (intptr_t) ABLOCKS_BUSY (abase) - 2; in lisp_align_free()
1293 ABLOCKS_BUSY (abase) = (struct ablocks *) busy; in lisp_align_free()
H A DChangeLog.1017205 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
17721 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.3131691 Minor ABLOCKS_BUSY cleanups in alloc.c
131693 * src/alloc.c (ABLOCKS_BUSY): Rename arg to avoid potential clash
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3220269 Minor ABLOCKS_BUSY cleanups in alloc.c
220271 * src/alloc.c (ABLOCKS_BUSY): Rename arg to avoid potential clash