compact_size      423 Zend/zend_alloc.c 	size_t              compact_size;
compact_size     1108 Zend/zend_alloc.c 	heap->compact_size = 0;
compact_size     1225 Zend/zend_alloc.c 			heap->compact_size = zend_atoi(tmp, 0);
compact_size     1227 Zend/zend_alloc.c 			heap->compact_size = 2 * 1024 * 1024;
compact_size     1712 Zend/zend_alloc.c 		if (heap->compact_size &&
compact_size     1713 Zend/zend_alloc.c 		    heap->real_peak > heap->compact_size) {
compact_size      225 sapi/phpdbg/phpdbg.h 	size_t              compact_size;