Searched refs:memory_leak_buf (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/main/ |
| H A D | main.c | 1302 char memory_leak_buf[1024]; local 1307 snprintf(memory_leak_buf, 512, "%s(%d) : Freeing 0x%.8lX (%zu bytes), script=%s\n", t->filename, t->lineno, (zend_uintptr_t)t->addr, t->size, SAFE_FILENAME(SG(request_info).path_translated)); 1312 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); 1317 snprintf(memory_leak_buf, 512, "Last leak repeated %ld time%s\n", leak_count, (leak_count>1?"s":"")); 1320 OutputDebugString(memory_leak_buf); 1322 fprintf(stderr, "%s", memory_leak_buf); 1330 char memory_leak_buf[512]; local 1332 snprintf(memory_leak_buf, 512, "=== Total %d memory leaks detected ===\n", *((zend_uint *) data)); 1334 OutputDebugString(memory_leak_buf); 1345 char memory_leak_buf[4096]; local [all...] |
Completed in 4 milliseconds