Searched defs:GC_TRACE (Results 1 – 11 of 11) sorted by relevance
/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/ |
H A D | object_heap.cpp | 24 #define GC_TRACE(fmt) do { printf(fmt); fflush(stdout); } while (0) macro 26 #define GC_TRACE(fmt) ((void)0) macro
|
/dports/lang/php73/php-7.3.33/Zend/ |
H A D | zend_gc.c | 91 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); macro 102 # define GC_TRACE(str) macro
|
/dports/www/mod_php81/php-8.1.1/Zend/ |
H A D | zend_gc.c | 92 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); macro 103 # define GC_TRACE(str) macro
|
/dports/www/mod_php74/php-7.4.27/Zend/ |
H A D | zend_gc.c | 91 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); macro 102 # define GC_TRACE(str) macro
|
/dports/lang/php81/php-8.1.1/Zend/ |
H A D | zend_gc.c | 92 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); macro 103 # define GC_TRACE(str) macro
|
/dports/lang/php80/php-8.0.15/Zend/ |
H A D | zend_gc.c | 91 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); macro 102 # define GC_TRACE(str) macro
|
/dports/lang/php74/php-7.4.27/Zend/ |
H A D | zend_gc.c | 91 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); macro 102 # define GC_TRACE(str) macro
|
/dports/www/mod_php73/php-7.3.33/Zend/ |
H A D | zend_gc.c | 91 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); macro 102 # define GC_TRACE(str) macro
|
/dports/www/mod_php80/php-8.0.15/Zend/ |
H A D | zend_gc.c | 91 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); macro 102 # define GC_TRACE(str) macro
|
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/decoders/ |
H A D | graphics_controller.c | 52 #define GC_TRACE(...) BD_DEBUG(DBG_GC, __VA_ARGS__) macro
|
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/decoders/ |
H A D | graphics_controller.c | 52 #define GC_TRACE(...) BD_DEBUG(DBG_GC, __VA_ARGS__) macro
|