Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_gc.c43 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); macro
54 # define GC_TRACE(str) macro
1020 GC_TRACE("Collecting cycles");
1024 GC_TRACE("Marking roots");
1026 GC_TRACE("Scanning roots");
1034 GC_TRACE("Collecting roots");
1044 GC_TRACE("Nothing to free");
1066 GC_TRACE("Calling destructors");
1110 GC_TRACE("Destroying zvals");
1164 GC_TRACE("Collection finished");

Completed in 10 milliseconds