Home
last modified time | relevance | path

Searched refs:on_gc_heap_resize (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dboehm-gc.c109 static void on_gc_heap_resize (size_t new_size);
254 GC_on_heap_resize = on_gc_heap_resize; in mono_gc_base_init()
522 on_gc_heap_resize (size_t new_size) in on_gc_heap_resize() function