[sgen] Rename the total heap size reporting client function, and pass size as `size_t`.
[mono.git] / mono / metadata / sgen-mono.c
index 29fe2ce2e8587ed01e8d4a8c24a631cf88c349a8..b76f051d35d9afb7f7a31718c8f292f000971d69 100644 (file)
@@ -2379,7 +2379,7 @@ mono_gc_pthread_exit (void *retval)
  */
 
 void
-sgen_client_total_allocated_heap (mword allocated_heap)
+sgen_client_total_allocated_heap_changed (size_t allocated_heap)
 {
        mono_runtime_resource_check_limit (MONO_RESOURCE_GC_HEAP, allocated_heap);
 }