Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_alloc.c401 static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap, in zend_mm_safe_error() function
1051zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted (tried to allocate %zu bytes)…
1065 zend_mm_safe_error(heap, "Out of memory");
1069zend_mm_safe_error(heap, "Out of memory (allocated %zu bytes) (tried to allocate %zu bytes)", heap…
1646zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted (tried to allocate %zu bytes)…
1943zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted (tried to allocate %zu bytes)…
1957 zend_mm_safe_error(heap, "Out of memory");
1959zend_mm_safe_error(heap, "Out of memory (allocated %zu bytes) at %s:%d (tried to allocate %zu byte…
1961zend_mm_safe_error(heap, "Out of memory (allocated %zu bytes) (tried to allocate %zu bytes)", heap…
2952 zend_mm_safe_error(heap,
[all …]

Completed in 12 milliseconds