php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend_hrtime.h"
Go to the source code of this file.
Data Structures | |
struct | _zend_gc_status |
struct | zend_get_gc_buffer |
Macros | |
#define | GC_BENCH 0 |
#define | GC_REMOVE_FROM_BUFFER(p) |
#define | GC_MAY_LEAK(ref) |
Typedefs | |
typedef struct _zend_gc_status | zend_gc_status |
Functions | |
ZEND_API void ZEND_FASTCALL | gc_possible_root (zend_refcounted *ref) |
ZEND_API void ZEND_FASTCALL | gc_remove_from_buffer (zend_refcounted *ref) |
ZEND_API bool | gc_enable (bool enable) |
ZEND_API bool | gc_enabled (void) |
ZEND_API bool | gc_protect (bool protect) |
ZEND_API bool | gc_protected (void) |
ZEND_API int | zend_gc_collect_cycles (void) |
ZEND_API void | zend_gc_get_status (zend_gc_status *status) |
void | gc_init (void) |
void | gc_globals_ctor (void) |
void | gc_globals_dtor (void) |
void | gc_reset (void) |
ZEND_API zend_get_gc_buffer * | zend_get_gc_buffer_create (void) |
ZEND_API void | zend_get_gc_buffer_grow (zend_get_gc_buffer *gc_buffer) |
Variables | |
ZEND_API int(* | gc_collect_cycles )(void) |
#define GC_MAY_LEAK | ( | ref | ) |
typedef struct _zend_gc_status zend_gc_status |
Definition at line 202 of file zend_builtin_functions.stub.php.
ZEND_API void ZEND_FASTCALL gc_possible_root | ( | zend_refcounted * | ref | ) |
ZEND_API void ZEND_FASTCALL gc_remove_from_buffer | ( | zend_refcounted * | ref | ) |
ZEND_API void zend_gc_get_status | ( | zend_gc_status * | status | ) |
ZEND_API zend_get_gc_buffer * zend_get_gc_buffer_create | ( | void | ) |
ZEND_API void zend_get_gc_buffer_grow | ( | zend_get_gc_buffer * | gc_buffer | ) |