Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_alloc.c1028 if (zend_mm_gc(heap)) {
1043 if (zend_mm_gc(heap) &&
1531 if (zend_mm_gc(heap) && heap->real_size + (new_size - old_size) <= heap->limit) {
1777 if (zend_mm_gc(heap) && heap->real_size + new_size <= heap->limit) {
1792 if (zend_mm_gc(heap) &&
1903 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap) function
H A Dzend_alloc.h265 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap);
H A Dzend_builtin_functions.c404 RETURN_LONG(zend_mm_gc(zend_mm_get_heap())); in ZEND_FUNCTION()

Completed in 28 milliseconds