Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.c367 static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap, in zend_mm_safe_error() function
1017zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted (tried to allocate %zu bytes)…
1031 zend_mm_safe_error(heap, "Out of memory");
1035zend_mm_safe_error(heap, "Out of memory (allocated %zu bytes) (tried to allocate %zu bytes)", heap…
1549zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted (tried to allocate %zu bytes)…
1841zend_mm_safe_error(heap, "Allowed memory size of %zu bytes exhausted (tried to allocate %zu bytes)…
1855 zend_mm_safe_error(heap, "Out of memory");
1857zend_mm_safe_error(heap, "Out of memory (allocated %zu bytes) at %s:%d (tried to allocate %zu byte…
1859zend_mm_safe_error(heap, "Out of memory (allocated %zu bytes) (tried to allocate %zu bytes)", heap…
2801 zend_mm_safe_error(heap,
[all …]

Completed in 12 milliseconds