Searched refs:pecalloc_rel (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/Zend/ | ||
| H A D | zend_alloc.h | 134 #define pecalloc_rel(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc_rel((nmemb), (size))) macro |
Completed in 2 milliseconds