Lines Matching refs:memory_leak_buf

1705 				char memory_leak_buf[1024];  in php_message_handler_for_zend()  local
1710 …snprintf(memory_leak_buf, 512, "%s(%" PRIu32 ") : Freeing " ZEND_ADDR_FMT " (%zu bytes), script=%… in php_message_handler_for_zend()
1715 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); in php_message_handler_for_zend()
1720 …snprintf(memory_leak_buf, 512, "Last leak repeated %lu time%s\n", leak_count, (leak_count>1?"s":""… in php_message_handler_for_zend()
1724 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
1726 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1729 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1737 char memory_leak_buf[512]; in php_message_handler_for_zend() local
1739 … snprintf(memory_leak_buf, 512, "=== Total %d memory leaks detected ===\n", *((uint32_t *) data)); in php_message_handler_for_zend()
1742 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
1744 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1747 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1756 char memory_leak_buf[4096]; in php_message_handler_for_zend() local
1763 …snprintf(memory_leak_buf, sizeof(memory_leak_buf), "[%s] Script: '%s'\n", datetime_str, SAFE_FIL… in php_message_handler_for_zend()
1765 …snprintf(memory_leak_buf, sizeof(memory_leak_buf), "[null] Script: '%s'\n", SAFE_FILENAME(SG(req… in php_message_handler_for_zend()
1769 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
1771 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1774 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()