Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c207 ret = pecalloc_rel(nmemb, REAL_SIZE(size), persistent); in _mysqlnd_pecalloc()
212 ret = pecalloc_rel(nmemb, REAL_SIZE(size), persistent); in _mysqlnd_pecalloc()
679 return pecalloc_rel(nmemb, size, persistent); in mysqlnd_zend_mm_pecalloc()
/PHP-7.4/Zend/
H A Dzend_alloc.h215 #define pecalloc_rel(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc_… macro

Completed in 8 milliseconds