]> granicus.if.org Git - gc/commit
Add profiling callback events to indicate start/end of reclaim phase
authorIvan Maidanski <ivmai@mail.ru>
Tue, 23 Jun 2015 11:52:41 +0000 (14:52 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 23 Jun 2015 11:52:41 +0000 (14:52 +0300)
commit97f8e107d09af551d059ead080cf352d47675157
treeca09a72c32186c04b00138aec79d2950638f86da
parent9aaeaa329b4c6eb28b259b28887f8f779fc28591
Add profiling callback events to indicate start/end of reclaim phase

* alloc.c (GC_finish_collection): Send GC_EVENT_RECLAIM_START and
GC_EVENT_RECLAIM_END to indicate objects marking phase start/end.
* include/gc.h (GC_EventType): Add GC_EVENT_RECLAIM_START/END.
alloc.c
include/gc.h