Home
last modified time | relevance | path

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

/PHP-8.4/ext/zend_test/
H A Dzend_mm_custom_handlers.c74 size = zend_mm_gc(ZT_G(original_heap)); in observe_gc()
/PHP-8.4/Zend/
H A Dzend_alloc.c1045 if (zend_mm_gc(heap)) {
1060 if (zend_mm_gc(heap) &&
1640 if (zend_mm_gc(heap) && new_size - old_size <= heap->limit - heap->real_size) {
1937 if (zend_mm_gc(heap) && new_size <= heap->limit - heap->real_size) {
1952 if (zend_mm_gc(heap) &&
2072 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap) function
H A Dzend_alloc.h269 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap);
H A Dzend_builtin_functions.c114 RETURN_LONG(zend_mm_gc(zend_mm_get_heap())); in ZEND_FUNCTION()

Completed in 20 milliseconds