emalloc_rel      2583 Zend/zend_alloc.c 	return emalloc_rel(safe_address(nmemb, size, offset));
emalloc_rel       132 Zend/zend_alloc.h #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))
emalloc_rel       172 Zend/zend_alloc.h 	(z) = (zval *) emalloc_rel(sizeof(zval))
emalloc_rel       220 Zend/zend_gc.h 		(z) = (zval*)emalloc_rel(sizeof(zval_gc_info));	\