Searched refs:PSIZE (Results 1 – 1 of 1) sorted by relevance
71 #define PSIZE sizeof(u_char *) macro98 (((u_char *)p + PSIZE - 1 - (u_char *) 0) & ~(PSIZE - 1)))111 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */ in php_mergesort()127 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL) in php_mergesort()
Completed in 6 milliseconds