pemalloc_rel      122 Zend/zend_hash.c 			(p)->pData = (void *) pemalloc_rel(nDataSize, (ht)->persistent);			\
pemalloc_rel      136 Zend/zend_hash.c 		(p)->pData = (void *) pemalloc_rel(nDataSize, (ht)->persistent);\
pemalloc_rel      419 Zend/zend_hash.c 	p = (Bucket *) pemalloc_rel(sizeof(Bucket), ht->persistent);
pemalloc_rel     1343 Zend/zend_hash.c 			Bucket *q = pemalloc_rel(sizeof(Bucket), ht->persistent);