3 * Copyright 2018 Microsoft
4 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
6 #ifndef __MONO_SGEN_MONO_H__
7 #define __MONO_SGEN_MONO_H__
9 #define MONO_SGEN_MONO_CALLBACKS_VERSION 1
13 void (*emit_nursery_check
) (MonoMethodBuilder
*mb
, gboolean is_concurrent
);
14 void (*emit_managed_allocater
) (MonoMethodBuilder
*mb
, gboolean slowpath
, gboolean profiler
, int atype
);
15 } MonoSgenMonoCallbacks
;
18 mono_install_sgen_mono_callbacks (MonoSgenMonoCallbacks
*cb
);