X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fsgen%2Fsgen-conf.h;h=429dcb26af30a8b2370225bf988dc247aa7db7b5;hb=6b139f4c98eb90bfb7e1285933fc682dae541cad;hp=5a0e871e22fecc779083f53fea42bc4945f6849a;hpb=21a3421f4c1a40a0b3af25e2533e3fef72e31869;p=mono.git diff --git a/mono/sgen/sgen-conf.h b/mono/sgen/sgen-conf.h index 5a0e871e22f..429dcb26af3 100644 --- a/mono/sgen/sgen-conf.h +++ b/mono/sgen/sgen-conf.h @@ -6,18 +6,7 @@ * Copyright 2011 Xamarin Inc (http://www.xamarin.com) * Copyright (C) 2012 Xamarin Inc * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License 2.0 as published by the Free Software Foundation; - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License 2.0 along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #ifndef __MONO_SGENCONF_H__ #define __MONO_SGENCONF_H__ @@ -190,12 +179,6 @@ typedef mword SgenDescriptor; */ #define SGEN_DEFAULT_ALLOWANCE_HEAP_SIZE_RATIO 0.33 -/* - * How much more we allow the heap to grow, relative to the allowance, while doing - * a concurrent collection, before forcing its finish. - */ -#define SGEN_DEFAULT_CONCURRENT_HEAP_ALLOWANCE_RATIO 0.25 - /* * Default ratio of memory we want to release in a major collection in relation to the the current heap size. *