Home
last modified time | relevance | path

Searched refs:PSIZE (Results 1 – 1 of 1) sorted by path

/PHP-5.4/main/
H A Dmergesort.c73 #define PSIZE sizeof(u_char *) macro
100 (((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 7 milliseconds