Searched refs:leak_count (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/main/ | ||
| H A D | main.c | 1413 unsigned long leak_count = (zend_uintptr_t) data; local 1415 snprintf(memory_leak_buf, 512, "Last leak repeated %ld time%s\n", leak_count, (leak_count>1?"s":"")); |
Completed in 6 milliseconds