Add a freelist around the code chunk allocator to avoid mmap failures when a lot...
authorZoltan Varga <vargaz@gmail.com>
Sun, 21 Apr 2013 19:36:17 +0000 (21:36 +0200)
committerZoltan Varga <vargaz@gmail.com>
Sun, 21 Apr 2013 19:36:17 +0000 (21:36 +0200)
commit839539518c868022e24f3183b41891157e65c5cf
tree8859424c3a9429c24c7cb3b27f3827d60796102a
parentf3842235be5cd64c9dbd46fb22a5460c7e42f9f6
Add a freelist around the code chunk allocator to avoid mmap failures when a lot of appdomains are created and destroyed. Hopefully fixes #3311.
mono/mini/mini.c
mono/utils/mono-codeman.c
mono/utils/mono-codeman.h