Searched refs:ABLOCKS_BUSY (Results 1 – 6 of 6) sorted by relevance
1101 #define ABLOCKS_BUSY(a_base) ((a_base)->blocks[0].abase) macro1108 (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()
17205 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to17721 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
1158 #define ABLOCKS_BUSY(a_base) ((a_base)->blocks[0].abase) macro1165 (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()
131691 Minor ABLOCKS_BUSY cleanups in alloc.c131693 * src/alloc.c (ABLOCKS_BUSY): Rename arg to avoid potential clash
220269 Minor ABLOCKS_BUSY cleanups in alloc.c220271 * src/alloc.c (ABLOCKS_BUSY): Rename arg to avoid potential clash