Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c952 if (zend_mm_gc(heap)) {
967 if (zend_mm_gc(heap) &&
1478 if (zend_mm_gc(heap) && new_size - old_size <= heap->limit - heap->real_size) {
1770 if (zend_mm_gc(heap) && new_size <= heap->limit - heap->real_size) {
1785 if (zend_mm_gc(heap) &&
1896 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap) function
H A Dzend_alloc.h271 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap);
H A Dzend_builtin_functions.c362 RETURN_LONG(zend_mm_gc(zend_mm_get_heap())); in ZEND_FUNCTION()

Completed in 31 milliseconds