Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dmergesort.c71 #define PSIZE sizeof(u_char *) macro
98 (((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 4 milliseconds