Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.c136 ret = pecalloc_rel(nmemb, REAL_SIZE(size), persistent); in _mysqlnd_pecalloc()
392 return pecalloc_rel(nmemb, size, persistent); in mysqlnd_zend_mm_pecalloc()
/php-src/Zend/
H A Dzend_alloc.h210 #define pecalloc_rel(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size) ZEND_FILE… macro

Completed in 12 milliseconds