[metadata] Don't use static_data_array
authorVlad Brezae <brezaevlad@gmail.com>
Thu, 20 Apr 2017 11:19:47 +0000 (14:19 +0300)
committerVlad Brezae <brezaevlad@gmail.com>
Fri, 21 Apr 2017 23:30:20 +0000 (02:30 +0300)
commit3d1b921a195cb1146f4a6a766ecdc4eddc34ff3a
treeea35f163f6692223f5cf9fd1f5c1aaeac376293d
parent7e2571ed334e9cee3f0d3bafeef02852310f4d3b
[metadata] Don't use static_data_array

Memory allocated with mono_gc_alloc_fixed is uncollectable both on sgen and boehm. This array serves no other purpose. It should probably be killed entirely, but it's part of the API.
mono/metadata/domain-internals.h
mono/metadata/domain.c
mono/metadata/object.c
msvc/mono.def
msvc/monosgen.def