Home
last modified time | relevance | path

Searched refs:zend_mm_gc (Results 1 – 3 of 3) sorted by last modified time

/PHP-8.1/Zend/
H A Dzend_alloc.c990 if (zend_mm_gc(heap)) {
1005 if (zend_mm_gc(heap) &&
1516 if (zend_mm_gc(heap) && new_size - old_size <= heap->limit - heap->real_size) {
1808 if (zend_mm_gc(heap) && new_size <= heap->limit - heap->real_size) {
1823 if (zend_mm_gc(heap) &&
1930 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap) function
H A Dzend_alloc.h272 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap);
H A Dzend_builtin_functions.c81 RETURN_LONG(zend_mm_gc(zend_mm_get_heap())); in ZEND_FUNCTION()

Completed in 42 milliseconds