zend_mm_safe_error 1029 Zend/zend_alloc.c 						zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted at %s:%d (tried to allocate %zu bytes)", heap->limit, __zend_filename, __zend_lineno, size);
zend_mm_safe_error 1031 Zend/zend_alloc.c 						zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted (tried to allocate %zu bytes)", heap->limit, ZEND_MM_PAGE_SIZE * pages_count);
zend_mm_safe_error 1045 Zend/zend_alloc.c 						zend_mm_safe_error(heap, "Out of memory");
zend_mm_safe_error 1047 Zend/zend_alloc.c 						zend_mm_safe_error(heap, "Out of memory (allocated %zu) at %s:%d (tried to allocate %zu bytes)", heap->real_size, __zend_filename, __zend_lineno, size);
zend_mm_safe_error 1049 Zend/zend_alloc.c 						zend_mm_safe_error(heap, "Out of memory (allocated %zu) (tried to allocate %zu bytes)", heap->real_size, ZEND_MM_PAGE_SIZE * pages_count);
zend_mm_safe_error 1512 Zend/zend_alloc.c 						zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted at %s:%d (tried to allocate %zu bytes)", heap->limit, __zend_filename, __zend_lineno, size);
zend_mm_safe_error 1514 Zend/zend_alloc.c 						zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted (tried to allocate %zu bytes)", heap->limit, size);
zend_mm_safe_error 1758 Zend/zend_alloc.c 			zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted at %s:%d (tried to allocate %zu bytes)", heap->limit, __zend_filename, __zend_lineno, size);
zend_mm_safe_error 1760 Zend/zend_alloc.c 			zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted (tried to allocate %zu bytes)", heap->limit, size);
zend_mm_safe_error 1774 Zend/zend_alloc.c 			zend_mm_safe_error(heap, "Out of memory");
zend_mm_safe_error 1776 Zend/zend_alloc.c 			zend_mm_safe_error(heap, "Out of memory (allocated %zu) at %s:%d (tried to allocate %zu bytes)", heap->real_size, __zend_filename, __zend_lineno, size);
zend_mm_safe_error 1778 Zend/zend_alloc.c 			zend_mm_safe_error(heap, "Out of memory (allocated %zu) (tried to allocate %zu bytes)", heap->real_size, size);