Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/mono.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/mono.d b/data/mono.d
index be871db851c..3542f6367f3 100644
--- a/data/mono.d
+++ b/data/mono.d
@@ -28,6 +28,8 @@ provider mono {
probe gc__nursery__tlab__alloc (void *addr, uintptr_t len);
probe gc__nursery__obj__alloc (void *addr, uintptr_t size, char *class_name);
+ probe gc__major__obj__alloc__large (void *addr, uintptr_t size, char *class_name);
+ probe gc__major__obj__alloc__pinned (void *addr, uintptr_t size, char *class_name);
probe gc__major__obj__alloc__degraded (void *addr, uintptr_t size, char *class_name);
probe gc__major__obj__alloc__mature (void *addr, uintptr_t size, char *class_name);