pemalloc         2588 Zend/zend_alloc.c 	return pemalloc(safe_address(nmemb, size, offset), 1);
pemalloc         5240 Zend/zend_compile.c 	prop_name = pemalloc(prop_name_length + 1, internal);
pemalloc          247 Zend/zend_hash.c 		p = (Bucket *) pemalloc(sizeof(Bucket), ht->persistent);
pemalloc          253 Zend/zend_hash.c 		p = (Bucket *) pemalloc(sizeof(Bucket) + nKeyLength, ht->persistent);
pemalloc          324 Zend/zend_hash.c 		p = (Bucket *) pemalloc(sizeof(Bucket), ht->persistent);
pemalloc          330 Zend/zend_hash.c 		p = (Bucket *) pemalloc(sizeof(Bucket) + nKeyLength, ht->persistent);
pemalloc         1382 Zend/zend_hash.c 				q = (Bucket *) pemalloc(sizeof(Bucket), ht->persistent);
pemalloc         1384 Zend/zend_hash.c 				q = (Bucket *) pemalloc(sizeof(Bucket) + str_length, ht->persistent);
pemalloc         1454 Zend/zend_hash.c 	arTmp = (Bucket **) pemalloc(ht->nNumOfElements * sizeof(Bucket *), ht->persistent);
pemalloc           39 Zend/zend_llist.c 	zend_llist_element *tmp = pemalloc(sizeof(zend_llist_element)+l->size-1, l->persistent);
pemalloc           57 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           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          811 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           97 ext/dba/dba_db3.c 			data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT);
pemalloc          135 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         2527 ext/iconv/iconv.c 	if (NULL == (self->to_charset = pemalloc(to_charset_len + 1, persistent))) {
pemalloc         2531 ext/iconv/iconv.c 	if (NULL == (self->from_charset = pemalloc(from_charset_len + 1, persistent))) {
pemalloc         2577 ext/iconv/iconv.c 	if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         2628 ext/iconv/iconv.c 							if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         2705 ext/iconv/iconv.c 						if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         2849 ext/iconv/iconv.c 	if (NULL == (inst = pemalloc(sizeof(php_iconv_stream_filter), persistent))) {
pemalloc         4834 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          627 ext/mbstring/mbstring.c 	return pemalloc(sz, 1);
pemalloc           90 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         2404 ext/odbc/php_odbc.c 	*conn = (odbc_connection *)pemalloc(sizeof(odbc_connection), persistent);
pemalloc          115 ext/opcache/zend_accelerator_util_funcs.c 	t = (Bucket **)pemalloc(nSize * sizeof(Bucket *), ht->persistent);
pemalloc         1049 ext/openssl/xp_ssl.c 	sslsock = pemalloc(sizeof(php_openssl_netstream_data_t), persistent_id ? 1 : 0);
pemalloc          326 ext/pdo/pdo_dbh.c 				if (!(pdbh->persistent_id = pemalloc(plen + 1, 1))) {
pemalloc         1305 ext/pdo/pdo_dbh.c 	if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) {
pemalloc           57 ext/pdo_pgsql/pgsql_driver.c 	tmp = pemalloc(i + 1, persistent);
pemalloc          629 ext/phar/phar.c 			*metadata = (zval *) pemalloc(zip_metadata_len, 1);
pemalloc          359 ext/phar/tar.c 			entry.filename = pemalloc(entry.filename_len+1, myphar->is_persistent);
pemalloc          388 ext/phar/zip.c 		entry.filename = (char *) pemalloc(entry.filename_len + 1, entry.is_persistent);
pemalloc          146 ext/soap/php_sdl.c 			encodePtr new_enc	= pemalloc(sizeof(encode), sdl->is_persistent);
pemalloc          156 ext/soap/php_sdl.c 				sdl->encoders = pemalloc(sizeof(HashTable), sdl->is_persistent);
pemalloc         2848 ext/standard/array.c 	arTmp = (struct bucketindex *) pemalloc((Z_ARRVAL_P(array)->nNumOfElements + 1) * sizeof(struct bucketindex), Z_ARRVAL_P(array)->persistent);
pemalloc         3158 ext/standard/array.c 		list = (Bucket **) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket *), hash->persistent);
pemalloc         3575 ext/standard/array.c 		list = (Bucket **) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket *), hash->persistent);
pemalloc           70 ext/standard/assert.c 			ASSERTG(cb) = pemalloc(new_value_length + 1, 1);
pemalloc          167 ext/standard/browscap.c 				new_property = (zval *) pemalloc(sizeof(zval), persistent);
pemalloc          203 ext/standard/browscap.c 				bdata->current_section = (zval *) pemalloc(sizeof(zval), persistent);
pemalloc          205 ext/standard/browscap.c 				processed = (zval *) pemalloc(sizeof(zval), persistent);
pemalloc          207 ext/standard/browscap.c 				unprocessed = (zval *) pemalloc(sizeof(zval), persistent);
pemalloc          210 ext/standard/browscap.c 				section_properties = (HashTable *) pemalloc(sizeof(HashTable), persistent);
pemalloc          250 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         1234 ext/standard/filters.c 			if (NULL == (*pretval = pemalloc(Z_STRLEN(zt) + 1, persistent))) {
pemalloc         1242 ext/standard/filters.c 			if (NULL == (*pretval = pemalloc(Z_STRLEN_PP(tmpval) + 1, persistent))) {
pemalloc         1394 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_base64_encode), persistent);
pemalloc         1411 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_base64_decode), persistent);
pemalloc         1446 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_qprint_encode), persistent);
pemalloc         1469 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_qprint_decode), persistent);
pemalloc         1564 ext/standard/filters.c 	if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         1619 ext/standard/filters.c 						if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         1691 ext/standard/filters.c 					if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         1821 ext/standard/filters.c 	inst = pemalloc(sizeof(php_convert_filter), persistent);
pemalloc          909 ext/standard/proc_open.c 	proc = (struct php_process_handle*)pemalloc(sizeof(struct php_process_handle), is_persistent);
pemalloc          524 ext/standard/user_filters.c 	if (!(pbuffer = pemalloc(buffer_len, php_stream_is_persistent(stream)))) {
pemalloc          306 ext/zlib/zlib_filter.c 	data->strm.next_in = data->inbuf = (Bytef *) pemalloc(data->inbuf_len, persistent);
pemalloc          313 ext/zlib/zlib_filter.c 	data->strm.next_out = data->outbuf = (Bytef *) pemalloc(data->outbuf_len, persistent);
pemalloc         1043 main/network.c 	sock = pemalloc(sizeof(php_netstream_data_t), persistent_id ? 1 : 0);
pemalloc          259 main/php_ini.c 					option_arr = (zval *) pemalloc(sizeof(zval), 1);
pemalloc          262 main/php_ini.c 					Z_ARRVAL_P(option_arr) = (HashTable *) pemalloc(sizeof(HashTable), 1);
pemalloc          330 main/php_ini.c 						section_arr = (zval *) pemalloc(sizeof(zval), 1);
pemalloc          333 main/php_ini.c 						Z_ARRVAL_P(section_arr) = (HashTable *) pemalloc(sizeof(HashTable), 1);
pemalloc           78 main/streams/filter.c 	bucket = (php_stream_bucket*)pemalloc(sizeof(php_stream_bucket), is_persistent);
pemalloc           88 main/streams/filter.c 		bucket->buf = pemalloc(buflen, 1);
pemalloc          127 main/streams/filter.c 	retval = (php_stream_bucket*)pemalloc(sizeof(php_stream_bucket), bucket->is_persistent);
pemalloc          130 main/streams/filter.c 	retval->buf = pemalloc(retval->buflen, retval->is_persistent);
pemalloc          150 main/streams/filter.c 	(*left)->buf = pemalloc(length, in->is_persistent);
pemalloc          158 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          806 main/streams/xp_socket.c 	sock = pemalloc(sizeof(php_netstream_data_t), persistent_id ? 1 : 0);
pemalloc          119 sapi/apache_hooks/mod_php5.c 		stack->elements = (void **) pemalloc(sizeof(void **) * STACK_BLOCK_SIZE,  persistent);
pemalloc          762 sapi/cgi/cgi_main.c 		new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
pemalloc          764 sapi/cgi/cgi_main.c 		new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
pemalloc         1525 sapi/cgi/fastcgi.c 	zvalue = pemalloc(sizeof(*zvalue), 1);
pemalloc         1049 sapi/cli/php_cli_server.c 	php_cli_server_chunk *chunk = pemalloc(sizeof(php_cli_server_chunk), 1);
pemalloc         1063 sapi/cli/php_cli_server.c 	php_cli_server_chunk *chunk = pemalloc(sizeof(php_cli_server_chunk), 1);
pemalloc         1078 sapi/cli/php_cli_server.c 	php_cli_server_chunk *chunk = pemalloc(sizeof(php_cli_server_chunk) + len, 1);
pemalloc         1312 sapi/cli/php_cli_server.c 			sa = pemalloc(sizeof(struct sockaddr_in6), 1);
pemalloc         1325 sapi/cli/php_cli_server.c 			sa = pemalloc(sizeof(struct sockaddr_in), 1);
pemalloc         1725 sapi/cli/php_cli_server.c 		client->request.content = pemalloc(parser->content_length, 1);
pemalloc         2428 sapi/cli/php_cli_server.c 		struct sockaddr *sa = pemalloc(server->socklen, 1);
pemalloc         2446 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 TSRMLS_CC)) {
pemalloc         1115 sapi/fpm/fpm/fastcgi.c 	zvalue = pemalloc(sizeof(*zvalue), 1);
pemalloc          703 sapi/fpm/fpm/fpm_main.c 		new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
pemalloc          705 sapi/fpm/fpm/fpm_main.c 		new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);