Home
last modified time | relevance | path

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

/PHP-7.4/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))
240 (ht) = (HashTable *) emalloc_rel(sizeof(HashTable))
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c95 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()
100 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()
655 return emalloc_rel(size); in mysqlnd_zend_mm_emalloc()

Completed in 9 milliseconds