Searched refs:PSIZE (Results 1 – 1 of 1) sorted by relevance
68 #define PSIZE sizeof(unsigned char *) macro95 (((unsigned char *)p + PSIZE - 1 - (unsigned char *) 0) & ~(PSIZE - 1)))114 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */ in yasm__mergesort()132 if ((list2 = yasm_xmalloc(nmemb * size + PSIZE)) == NULL) in yasm__mergesort()