Searched refs:ALLOCALIGN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclAlloc.c52 #define ALLOCALIGN 16 macro
54 #define ALLOCALIGN 8 macro
70 unsigned char ov_padding[ALLOCALIGN];/* align struct to ALLOCALIGN bytes */
107 #define MINBLOCK ((sizeof(union overhead) + (ALLOCALIGN-1)) & ~(ALLOCALIGN-1))
H A DtclThreadAlloc.c57 #define ALLOCALIGN 16 macro
59 #define ALLOCALIGN 8 macro
83 unsigned char padding[ALLOCALIGN];
97 #define MINALLOC ((sizeof(Block) + 8 + (ALLOCALIGN-1)) & ~(ALLOCALIGN-1))

Completed in 160 milliseconds