pemalloc         2378 Zend/zend_alloc.c 	return pemalloc(safe_address(nmemb, size, offset), 1);
pemalloc         2986 Zend/zend_compile.c 	prop_name = pemalloc(prop_name_length + 1, internal);
pemalloc          247 Zend/zend_hash.c 	p = (Bucket *) pemalloc(sizeof(Bucket) - 1 + nKeyLength, ht->persistent);
pemalloc          312 Zend/zend_hash.c 	p = (Bucket *) pemalloc(sizeof(Bucket) - 1 + nKeyLength, ht->persistent);
pemalloc         1210 Zend/zend_hash.c 			Bucket *q = (Bucket *) pemalloc(sizeof(Bucket) - 1 + str_length, ht->persistent);
pemalloc         1270 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           60 ext/bcmath/libbcmath/src/init.c     temp = (bc_num) pemalloc (sizeof(bc_struct), persistent);
pemalloc          294 ext/bz2/bz2_filter.c 	data->strm.next_in = data->inbuf = (char *) pemalloc(data->inbuf_len, persistent);
pemalloc          301 ext/bz2/bz2_filter.c 	data->strm.next_out = data->outbuf = (char *) pemalloc(data->outbuf_len, persistent);
pemalloc          821 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          108 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           94 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          119 ext/gd/gdcache.c 		elem = (gdCache_element_t *)pemalloc(sizeof(gdCache_element_t), 1);
pemalloc          322 ext/gd/gdttf.c 	a = (font_t *)pemalloc(sizeof(font_t), 1);
pemalloc          331 ext/gd/gdttf.c 	a->fontname = (char *)pemalloc(strlen(b->fontname) + 1, 1);
pemalloc          441 ext/gd/gdttf.c 	a = (glyph_t *)pemalloc(sizeof(glyph_t), 1);
pemalloc          545 ext/gd/gdttf.c 	a = (bitmap_t *)pemalloc(sizeof(bitmap_t), 1);
pemalloc          549 ext/gd/gdttf.c 	b->glyph->Bit.bitmap = a->bitmap = (char *)pemalloc(b->glyph->Bit.size, 1);
pemalloc          586 ext/gd/gdttf.c 	a = (tweencolor_t *)pemalloc(sizeof(tweencolor_t), 1);
pemalloc           20 ext/gd/libgd/gdhelpers.h #define gdPMalloc(ptr)		pemalloc(ptr, 1)
pemalloc         2476 ext/iconv/iconv.c 	if (NULL == (self->to_charset = pemalloc(to_charset_len + 1, persistent))) {
pemalloc         2480 ext/iconv/iconv.c 	if (NULL == (self->from_charset = pemalloc(from_charset_len + 1, persistent))) {
pemalloc         2526 ext/iconv/iconv.c 	if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         2577 ext/iconv/iconv.c 							if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         2654 ext/iconv/iconv.c 						if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         2798 ext/iconv/iconv.c 	if (NULL == (inst = pemalloc(sizeof(php_iconv_stream_filter), persistent))) {
pemalloc         3903 ext/imap/php_imap.c 		tmpstr = (char *) pemalloc(len + 1, 1);
pemalloc         4324 ext/imap/php_imap.c 		char *buf = pemalloc(size + 1, 1);
pemalloc          148 ext/interbase/php_ibase_udf.c 	char *code = pemalloc(remaining+1, 1);
pemalloc          300 ext/mbstring/mbstring.c 	return pemalloc(sz, 1);
pemalloc         2071 ext/odbc/php_odbc.c 	*conn = (odbc_connection *)pemalloc(sizeof(odbc_connection), persistent);
pemalloc          769 ext/openssl/xp_ssl.c 	sslsock = pemalloc(sizeof(php_openssl_netstream_data_t), persistent_id ? 1 : 0);
pemalloc          325 ext/pdo/pdo_dbh.c 				if (!(pdbh->persistent_id = pemalloc(plen + 1, 1))) {
pemalloc         1219 ext/pdo/pdo_dbh.c 	if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) {
pemalloc           55 ext/pdo_pgsql/pgsql_driver.c 	tmp = pemalloc(i + 1, 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         1166 ext/sqlite/sqlite.c 	db = (struct php_sqlite_db *)pemalloc(sizeof(struct php_sqlite_db), persistent_id ? 1 : 0);
pemalloc         2850 ext/standard/array.c 	arTmp = (struct bucketindex *) pemalloc((target_hash->nNumOfElements + 1) * sizeof(struct bucketindex), target_hash->persistent);
pemalloc         3213 ext/standard/array.c 		list = (Bucket **) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket *), hash->persistent);
pemalloc         3691 ext/standard/array.c 		list = (Bucket **) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket *), hash->persistent);
pemalloc           69 ext/standard/assert.c 			ASSERTG(cb) = pemalloc(new_value_length + 1, 1);
pemalloc          103 ext/standard/browscap.c 				new_property = (zval *) pemalloc(sizeof(zval), 1);
pemalloc          121 ext/standard/browscap.c 				current_section = (zval *) pemalloc(sizeof(zval), 1);
pemalloc          123 ext/standard/browscap.c 				processed = (zval *) pemalloc(sizeof(zval), 1);
pemalloc          125 ext/standard/browscap.c 				unprocessed = (zval *) pemalloc(sizeof(zval), 1);
pemalloc          128 ext/standard/browscap.c 				section_properties = (HashTable *) pemalloc(sizeof(HashTable), 1);
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         1199 ext/standard/filters.c 			if (NULL == (*pretval = pemalloc(Z_STRLEN(zt) + 1, persistent))) {
pemalloc         1207 ext/standard/filters.c 			if (NULL == (*pretval = pemalloc(Z_STRLEN_PP(tmpval) + 1, persistent))) {
pemalloc         1359 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_base64_encode), persistent);
pemalloc         1376 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_base64_decode), persistent);
pemalloc         1411 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_qprint_encode), persistent);
pemalloc         1434 ext/standard/filters.c 			retval = pemalloc(sizeof(php_conv_qprint_decode), persistent);
pemalloc         1529 ext/standard/filters.c 	if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         1584 ext/standard/filters.c 						if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         1656 ext/standard/filters.c 					if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
pemalloc         1786 ext/standard/filters.c 	inst = pemalloc(sizeof(php_convert_filter), persistent);
pemalloc          907 ext/standard/proc_open.c 	proc = (struct php_process_handle*)pemalloc(sizeof(struct php_process_handle), is_persistent);
pemalloc          505 ext/standard/user_filters.c 	if (!(pbuffer = pemalloc(buffer_len, php_stream_is_persistent(stream)))) {
pemalloc          293 ext/zlib/zlib_filter.c 	data->strm.next_in = data->inbuf = (Bytef *) pemalloc(data->inbuf_len, persistent);
pemalloc          300 ext/zlib/zlib_filter.c 	data->strm.next_out = data->outbuf = (Bytef *) pemalloc(data->outbuf_len, persistent);
pemalloc         1006 main/network.c 	sock = pemalloc(sizeof(php_netstream_data_t), persistent_id ? 1 : 0);
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          788 main/streams/xp_socket.c 	sock = pemalloc(sizeof(php_netstream_data_t), persistent_id ? 1 : 0);
pemalloc          123 sapi/apache_hooks/mod_php5.c 		stack->elements = (void **) pemalloc(sizeof(void **) * STACK_BLOCK_SIZE,  persistent);