Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_alloc.c222 ret = pecalloc_rel(nmemb, REAL_SIZE(size), persistent); in _mysqlnd_pecalloc()
710 return pecalloc_rel(nmemb, size, persistent); in mysqlnd_zend_mm_pecalloc()
/PHP-7.1/Zend/
H A Dzend_alloc.h217 #define pecalloc_rel(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc_… macro

Completed in 13 milliseconds