Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_alloc.h177 #define emalloc_rel(size) _emalloc((size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC) macro
215 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))
241 (ht) = (HashTable *) emalloc_rel(sizeof(HashTable))
H A Dzend_alloc.c2495 return emalloc_rel(zend_safe_address_guarded(nmemb, size, offset));
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_alloc.c99 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()
686 return emalloc_rel(size); in mysqlnd_zend_mm_emalloc()

Completed in 21 milliseconds