pemalloc          459 Zend/zend.c    	Z_FUNC_P(zv) = pemalloc(sizeof(zend_internal_function), 1);
pemalloc          468 Zend/zend.c    	zend_auto_global *new_ag = pemalloc(sizeof(zend_auto_global), 1);
pemalloc         3612 Zend/zend_API.c 		property_info = pemalloc(sizeof(zend_property_info), 1);
pemalloc         2523 Zend/zend_alloc.c 	return pemalloc(safe_address(nmemb, size, offset), 1);
pemalloc           51 Zend/zend_constants.c 	Z_PTR_P(zv) = pemalloc(sizeof(zend_constant), c->flags & CONST_PERSISTENT);
pemalloc          461 Zend/zend_constants.c 	zend_constant *copy = pemalloc(sizeof(zend_constant), c->flags & CONST_PERSISTENT);
pemalloc          135 Zend/zend_hash.c 		HT_SET_DATA_ADDR(ht, pemalloc(HT_SIZE(ht), (ht)->u.flags & HASH_FLAG_PERSISTENT));
pemalloc          140 Zend/zend_hash.c 		HT_SET_DATA_ADDR(ht, pemalloc(HT_SIZE(ht), (ht)->u.flags & HASH_FLAG_PERSISTENT));
pemalloc          216 Zend/zend_hash.c 	new_data = pemalloc(HT_SIZE_EX(ht->nTableSize, -ht->nTableSize), (ht)->u.flags & HASH_FLAG_PERSISTENT);
pemalloc          232 Zend/zend_hash.c 	new_data = pemalloc(HT_SIZE_EX(ht->nTableSize, HT_MIN_MASK), (ht)->u.flags & HASH_FLAG_PERSISTENT);
pemalloc          275 Zend/zend_hash.c 				new_data = pemalloc(HT_SIZE_EX(nSize, -nSize), ht->u.flags & HASH_FLAG_PERSISTENT);
pemalloc          888 Zend/zend_hash.c 		new_data = pemalloc(HT_SIZE_EX(nSize, -nSize), ht->u.flags & HASH_FLAG_PERSISTENT);
pemalloc         2315 Zend/zend_hash.c 			new_data = pemalloc(HT_SIZE_EX(ht->nTableSize, HT_MIN_MASK), (ht->u.flags & HASH_FLAG_PERSISTENT));
pemalloc          561 Zend/zend_hash.h 		Z_PTR_P(zv) = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
pemalloc          574 Zend/zend_hash.h 		Z_PTR_P(zv) = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
pemalloc          585 Zend/zend_hash.h 	p = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
pemalloc          594 Zend/zend_hash.h 	p = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
pemalloc          637 Zend/zend_hash.h 		Z_PTR_P(zv) = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
pemalloc          662 Zend/zend_hash.h 	p = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
pemalloc          673 Zend/zend_hash.h 		Z_PTR_P(zv) = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
pemalloc           50 Zend/zend_inheritance.c 	zend_property_info* new_property_info = pemalloc(sizeof(zend_property_info), 1);
pemalloc           63 Zend/zend_inheritance.c 			new_function = pemalloc(sizeof(zend_internal_function), 1);
pemalloc          769 Zend/zend_inheritance.c 			zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_properties_count), ce->type == ZEND_INTERNAL_CLASS);
pemalloc          782 Zend/zend_inheritance.c 			end = pemalloc(sizeof(zval) * parent_ce->default_properties_count, ce->type == ZEND_INTERNAL_CLASS);
pemalloc          812 Zend/zend_inheritance.c 			zval *table = pemalloc(sizeof(zval) * (ce->default_static_members_count + parent_ce->default_static_members_count), ce->type == ZEND_INTERNAL_CLASS);
pemalloc          825 Zend/zend_inheritance.c 			end = pemalloc(sizeof(zval) * parent_ce->default_static_members_count, ce->type == ZEND_INTERNAL_CLASS);
pemalloc          155 Zend/zend_ini.c 	zend_ini_entry *new_entry = pemalloc(sizeof(zend_ini_entry), 1);
pemalloc          233 Zend/zend_ini.c 		p = pemalloc(sizeof(zend_ini_entry), 1);
pemalloc           38 Zend/zend_llist.c 	zend_llist_element *tmp = pemalloc(sizeof(zend_llist_element)+l->size-1, l->persistent);
pemalloc           56 Zend/zend_llist.c 	zend_llist_element *tmp = pemalloc(sizeof(zend_llist_element)+l->size-1, l->persistent);
pemalloc           55 Zend/zend_multibyte.c 	*return_list = pemalloc(0, persistent);
pemalloc           53 Zend/zend_string.c 	HT_SET_DATA_ADDR(&CG(interned_strings), pemalloc(HT_SIZE(&CG(interned_strings)), 1));
pemalloc          121 Zend/zend_string.h 	zend_string *ret = (zend_string *)pemalloc(ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(len)), persistent);
pemalloc           60 ext/bcmath/libbcmath/src/init.c     temp = (bc_num) pemalloc (sizeof(bc_struct), persistent);
pemalloc          330 ext/bz2/bz2_filter.c 	data->strm.next_in = data->inbuf = (char *) pemalloc(data->inbuf_len, persistent);
pemalloc          337 ext/bz2/bz2_filter.c 	data->strm.next_out = data->outbuf = (char *) pemalloc(data->outbuf_len, persistent);
pemalloc          833 ext/dba/dba.c  	info = pemalloc(sizeof(dba_info), persistent);
pemalloc          102 ext/dba/dba_cdb.c 	cdb = pemalloc(sizeof(dba_cdb), info->flags&DBA_PERSISTENT);
pemalloc           82 ext/dba/dba_db1.c 	dba = pemalloc(sizeof(*dba), info->flags&DBA_PERSISTENT);
pemalloc           83 ext/dba/dba_db2.c 	info->dbf = pemalloc(sizeof(dba_db2_data), info->flags&DBA_PERSISTENT);
pemalloc          105 ext/dba/dba_db3.c 			data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT);
pemalloc          134 ext/dba/dba_db4.c 			data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT);
pemalloc           86 ext/dba/dba_dbm.c 	info->dbf = pemalloc(sizeof(dba_dbm_data), info->flags&DBA_PERSISTENT);
pemalloc           44 ext/dba/dba_flatfile.c 	info->dbf = pemalloc(sizeof(flatfile), info->flags&DBA_PERSISTENT);
pemalloc           64 ext/dba/dba_gdbm.c 		info->dbf = pemalloc(sizeof(dba_gdbm_data), info->flags&DBA_PERSISTENT);
pemalloc           62 ext/dba/dba_qdbm.c 		info->dbf = pemalloc(sizeof(dba_qdbm_data), info->flags & DBA_PERSISTENT);
pemalloc           72 ext/dba/dba_tcadb.c 		info->dbf = pemalloc(sizeof(dba_tcadb_data), info->flags & DBA_PERSISTENT);
pemalloc           93 ext/dba/libinifile/inifile.c 	dba = pemalloc(sizeof(inifile), persistent);
pemalloc           66 ext/gd/gdcache.c 	head = (gdCache_head_t *)pemalloc(sizeof(gdCache_head_t), 1);
pemalloc          124 ext/gd/gdcache.c 		elem = (gdCache_element_t *)pemalloc(sizeof(gdCache_element_t), 1);
pemalloc           20 ext/gd/libgd/gdhelpers.h #define gdPMalloc(ptr)		pemalloc(ptr, 1)
pemalloc         2568 ext/iconv/iconv.c 	if (NULL == (self->to_charset = pemalloc(to_charset_len + 1, persistent))) {
pemalloc         2572 ext/iconv/iconv.c 	if (NULL == (self->from_charset = pemalloc(from_charset_len + 1, persistent))) {
pemalloc         2618 ext/iconv/iconv.c 	if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         2669 ext/iconv/iconv.c 							if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         2746 ext/iconv/iconv.c 						if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         2890 ext/iconv/iconv.c 	if (NULL == (inst = pemalloc(sizeof(php_iconv_stream_filter), persistent))) {
pemalloc         4857 ext/imap/php_imap.c 		char *buf = pemalloc(size + 1, 1);
pemalloc          146 ext/interbase/php_ibase_udf.c 	char *code = pemalloc(remaining+1, 1);
pemalloc          650 ext/mbstring/mbstring.c 	return pemalloc(sz, 1);
pemalloc           89 ext/mbstring/php_mbregex.c 	zend_mb_regex_globals *pglobals = pemalloc(
pemalloc           66 ext/mcrypt/mcrypt_filter.c 			outchunk = pemalloc(chunklen, data->persistent);
pemalloc          255 ext/mcrypt/mcrypt_filter.c 	data = pemalloc(sizeof(php_mcrypt_filter_data), persistent);
pemalloc          260 ext/mcrypt/mcrypt_filter.c 		data->block_buffer = pemalloc(data->blocksize, persistent);
pemalloc          657 ext/mysqlnd/mysqlnd_alloc.c 	return pemalloc(size, persistent);
pemalloc         1807 ext/oci8/oci8_interface.c 		connection->client_id = (char *)pemalloc(client_id_len+1, connection->is_persistent);
pemalloc         2437 ext/odbc/php_odbc.c 	*conn = (odbc_connection *)pemalloc(sizeof(odbc_connection), persistent);
pemalloc         1128 ext/openssl/xp_ssl.c 	sslsock->reneg = (void*)pemalloc(sizeof(php_openssl_handshake_bucket_t),
pemalloc         2549 ext/openssl/xp_ssl.c 	sslsock = pemalloc(sizeof(php_openssl_netstream_data_t), persistent_id ? 1 : 0);
pemalloc          314 ext/pdo/pdo_dbh.c 				pdbh->persistent_id = pemalloc(plen + 1, 1);
pemalloc         1290 ext/pdo/pdo_dbh.c 	if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) {
pemalloc           59 ext/pdo_pgsql/pgsql_driver.c 	tmp = pemalloc(i + 1, persistent);
pemalloc          631 ext/phar/phar.c 			Z_PTR_P(metadata) = pemalloc(zip_metadata_len, 1);
pemalloc          367 ext/phar/tar.c 			entry.filename = pemalloc(entry.filename_len+1, myphar->is_persistent);
pemalloc          376 ext/phar/zip.c 		entry.filename = (char *) pemalloc(entry.filename_len + 1, entry.is_persistent);
pemalloc          147 ext/soap/php_sdl.c 			encodePtr new_enc	= pemalloc(sizeof(encode), sdl->is_persistent);
pemalloc          157 ext/soap/php_sdl.c 				sdl->encoders = pemalloc(sizeof(HashTable), sdl->is_persistent);
pemalloc         3775 ext/standard/array.c 	arTmp = (struct bucketindex *) pemalloc((Z_ARRVAL_P(array)->nNumOfElements + 1) * sizeof(struct bucketindex), Z_ARRVAL_P(array)->u.flags & HASH_FLAG_PERSISTENT);
pemalloc         4069 ext/standard/array.c 		list = (Bucket *) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket), hash->u.flags & HASH_FLAG_PERSISTENT);
pemalloc         4491 ext/standard/array.c 		list = (Bucket *) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket), hash->u.flags & HASH_FLAG_PERSISTENT);
pemalloc           70 ext/standard/assert.c 			ASSERTG(cb) = pemalloc(ZSTR_LEN(new_value) + 1, 1);
pemalloc          225 ext/standard/browscap.c 	browdata->htab = pemalloc(sizeof *browdata->htab, persistent);
pemalloc          182 ext/standard/filters.c 		if (NULL == (inst->allowed_tags = pemalloc(allowed_tags_len, persistent))) {
pemalloc          252 ext/standard/filters.c 	inst = pemalloc(sizeof(php_strip_tags_filter), persistent);
pemalloc         1222 ext/standard/filters.c 		if (NULL == (*pretval = pemalloc(ZSTR_LEN(str) + 1, persistent))) {
pemalloc         1318 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_base64_encode), persistent);
pemalloc         1335 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_base64_decode), persistent);
pemalloc         1370 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_qprint_encode), persistent);
pemalloc         1393 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_qprint_decode), persistent);
pemalloc         1488 ext/standard/filters.c 	if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         1543 ext/standard/filters.c 						if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         1615 ext/standard/filters.c 					if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         1745 ext/standard/filters.c 	inst = pemalloc(sizeof(php_convert_filter), persistent);
pemalloc          887 ext/standard/proc_open.c 	proc = (struct php_process_handle*)pemalloc(sizeof(struct php_process_handle), is_persistent);
pemalloc          890 ext/standard/proc_open.c 	proc->pipes = pemalloc(sizeof(zend_resource *) * ndesc, is_persistent);
pemalloc          509 ext/standard/user_filters.c 	if (!(pbuffer = pemalloc(buffer_len, php_stream_is_persistent(stream)))) {
pemalloc          308 ext/zlib/zlib_filter.c 	data->strm.next_in = data->inbuf = (Bytef *) pemalloc(data->inbuf_len, persistent);
pemalloc          315 ext/zlib/zlib_filter.c 	data->strm.next_out = data->outbuf = (Bytef *) pemalloc(data->outbuf_len, persistent);
pemalloc         1101 main/network.c 	sock = pemalloc(sizeof(php_netstream_data_t), persistent_id ? 1 : 0);
pemalloc           76 main/streams/filter.c 	bucket = (php_stream_bucket*)pemalloc(sizeof(php_stream_bucket), is_persistent);
pemalloc           86 main/streams/filter.c 		bucket->buf = pemalloc(buflen, 1);
pemalloc          125 main/streams/filter.c 	retval = (php_stream_bucket*)pemalloc(sizeof(php_stream_bucket), bucket->is_persistent);
pemalloc          128 main/streams/filter.c 	retval->buf = pemalloc(retval->buflen, retval->is_persistent);
pemalloc          148 main/streams/filter.c 	(*left)->buf = pemalloc(length, in->is_persistent);
pemalloc          156 main/streams/filter.c 	(*right)->buf = pemalloc((*right)->buflen, in->is_persistent);
pemalloc           37 main/streams/php_streams_int.h # define pemalloc_rel_orig(size, persistent)				pemalloc((size), (persistent))
pemalloc          883 main/streams/xp_socket.c 	sock = pemalloc(sizeof(php_netstream_data_t), persistent_id ? 1 : 0);
pemalloc          742 sapi/cgi/cgi_main.c 		new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
pemalloc          744 sapi/cgi/cgi_main.c 		new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
pemalloc          923 sapi/cli/php_cli_server.c 	php_cli_server_chunk *chunk = pemalloc(sizeof(php_cli_server_chunk), 1);
pemalloc          937 sapi/cli/php_cli_server.c 	php_cli_server_chunk *chunk = pemalloc(sizeof(php_cli_server_chunk), 1);
pemalloc          952 sapi/cli/php_cli_server.c 	php_cli_server_chunk *chunk = pemalloc(sizeof(php_cli_server_chunk) + len, 1);
pemalloc         1202 sapi/cli/php_cli_server.c 			sa = pemalloc(sizeof(struct sockaddr_in6), 1);
pemalloc         1215 sapi/cli/php_cli_server.c 			sa = pemalloc(sizeof(struct sockaddr_in), 1);
pemalloc         1629 sapi/cli/php_cli_server.c 		client->request.content = pemalloc(parser->content_length, 1);
pemalloc         2380 sapi/cli/php_cli_server.c 		struct sockaddr *sa = pemalloc(server->socklen, 1);
pemalloc         2398 sapi/cli/php_cli_server.c 		if (!(client = pemalloc(sizeof(php_cli_server_client), 1)) || FAILURE == php_cli_server_client_ctor(client, server, client_sock, sa, socklen)) {
pemalloc          678 sapi/fpm/fpm/fpm_main.c 		entry = pemalloc(sizeof(user_config_cache_entry), 1);
pemalloc          680 sapi/fpm/fpm/fpm_main.c 		entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);