Searched refs:emalloc_rel (Results 1 – 3 of 3) sorted by relevance
177 #define emalloc_rel(size) _emalloc((size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC) macro215 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))241 (ht) = (HashTable *) emalloc_rel(sizeof(HashTable))
2495 return emalloc_rel(zend_safe_address_guarded(nmemb, size, offset));
99 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()686 return emalloc_rel(size); in mysqlnd_zend_mm_emalloc()
Completed in 21 milliseconds