Home
last modified time | relevance | path

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

/dports/editors/emacs/emacs-27.2/src/
H A Dalloc.c1095 #define ABLOCK_ABASE(block) \ macro
1195 eassert (ABLOCK_ABASE (&abase->blocks[3]) == abase); /* 3 is arbitrary */ in lisp_align_malloc()
1196 eassert (ABLOCK_ABASE (&abase->blocks[0]) == abase); in lisp_align_malloc()
1201 abase = ABLOCK_ABASE (free_ablock); in lisp_align_malloc()
1224 struct ablocks *abase = ABLOCK_ABASE (ablock); in lisp_align_free()
H A DChangeLog.1017721 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dalloc.c1152 #define ABLOCK_ABASE(block) \ macro
1252 eassert (ABLOCK_ABASE (&abase->blocks[3]) == abase); /* 3 is arbitrary */ in lisp_align_malloc()
1253 eassert (ABLOCK_ABASE (&abase->blocks[0]) == abase); in lisp_align_malloc()
1258 abase = ABLOCK_ABASE (free_ablock); in lisp_align_malloc()
1281 struct ablocks *abase = ABLOCK_ABASE (ablock); in lisp_align_free()
H A DChangeLog.1017721 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.