Searched defs:memory_leak_buf (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/main/ |
| H A D | main.c | 1400 char memory_leak_buf[1024]; local 1405 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)); 1410 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); 1415 snprintf(memory_leak_buf, 512, "Last leak repeated %ld time%s\n", leak_count, (leak_count>1?"s":"")); 1418 OutputDebugString(memory_leak_buf); 1420 fprintf(stderr, "%s", memory_leak_buf); 1428 char memory_leak_buf[512]; local 1430 snprintf(memory_leak_buf, 512, "=== Total %d memory leaks detected ===\n", *((zend_uint *) data)); 1432 OutputDebugString(memory_leak_buf); 1443 char memory_leak_buf[4096]; local [all...] |
Completed in 6 milliseconds