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