Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.h182 ZEND_API ZEND_ATTRIBUTE_MALLOC void * __zend_calloc(size_t nmemb, size_t len ZEND_FILE_LINE_DC ZEND…
199 #define pecalloc(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size) ZEND_FILE_LIN…
210 #define pecalloc_rel(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size) ZEND_FILE…
H A Dzend_alloc.c3094 ZEND_API void * __zend_calloc(size_t nmemb, size_t len ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) function
/php-src/
H A DUPGRADING.INTERNALS72 * __zend_calloc() has changed their signature from

Completed in 17 milliseconds