X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fsgen-cardtable.c;h=4fad8b6678afb2e45404160fd6ecdcfc9b653e7d;hb=d0baa99bcb8ef12231e24432d0b5710b3a0a4380;hp=971058f0cb267ce422fef37d468fdfcc8f5cacfb;hpb=30951a5fe82fa2cbd0c99c628eb830d0d4733a0a;p=mono.git diff --git a/mono/metadata/sgen-cardtable.c b/mono/metadata/sgen-cardtable.c index 971058f0cb2..4fad8b6678a 100644 --- a/mono/metadata/sgen-cardtable.c +++ b/mono/metadata/sgen-cardtable.c @@ -657,10 +657,10 @@ sgen_card_tables_collect_stats (gboolean begin) void sgen_card_table_init (SgenRemeberedSet *remset) { - sgen_cardtable = sgen_alloc_os_memory (CARD_COUNT_IN_BYTES, TRUE); + sgen_cardtable = sgen_alloc_os_memory (CARD_COUNT_IN_BYTES, SGEN_ALLOC_INTERNAL | SGEN_ALLOC_ACTIVATE, "card table"); #ifdef SGEN_HAVE_OVERLAPPING_CARDS - sgen_shadow_cardtable = sgen_alloc_os_memory (CARD_COUNT_IN_BYTES, TRUE); + sgen_shadow_cardtable = sgen_alloc_os_memory (CARD_COUNT_IN_BYTES, SGEN_ALLOC_INTERNAL | SGEN_ALLOC_ACTIVATE, "shadow card table"); #endif #ifdef HEAVY_STATISTICS