Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_alloc.c75 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()
368 return emalloc_rel(size); in mysqlnd_zend_mm_emalloc()
/PHP-8.1/Zend/
H A Dzend_alloc.h175 #define emalloc_rel(size) _emalloc((size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC) macro
213 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))
241 (ht) = (HashTable *) emalloc_rel(sizeof(HashTable))

Completed in 9 milliseconds