Lines Matching refs:TRACE_ALLOC_INF_FMT

91 		TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno);  in _mysqlnd_emalloc()
107 TRACE_ALLOC_INF_FMT("size=%lu ptr=%p", size, ret); in _mysqlnd_emalloc()
131 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_pemalloc()
147 TRACE_ALLOC_INF_FMT("size=%lu ptr=%p persistent=%u", size, ret, persistent); in _mysqlnd_pemalloc()
174 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_ecalloc()
177 TRACE_ALLOC_INF_FMT("before: %lu", zend_memory_usage(FALSE)); in _mysqlnd_ecalloc()
191 TRACE_ALLOC_INF_FMT("after : %lu", zend_memory_usage(FALSE)); in _mysqlnd_ecalloc()
192 TRACE_ALLOC_INF_FMT("size=%lu ptr=%p", size, ret); in _mysqlnd_ecalloc()
214 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_pecalloc()
230 TRACE_ALLOC_INF_FMT("size=%lu ptr=%p", size, ret); in _mysqlnd_pecalloc()
258 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_erealloc()
261 TRACE_ALLOC_INF_FMT("ptr=%p old_size=%lu, new_size=%lu", ptr, old_size, new_size); in _mysqlnd_erealloc()
275 TRACE_ALLOC_INF_FMT("new_ptr=%p", (char*)ret); in _mysqlnd_erealloc()
299 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_perealloc()
302TRACE_ALLOC_INF_FMT("ptr=%p old_size=%lu new_size=%lu persistent=%u", ptr, old_size, new_size, p… in _mysqlnd_perealloc()
316 TRACE_ALLOC_INF_FMT("new_ptr=%p", (char*)ret); in _mysqlnd_perealloc()
339 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_efree()
342 TRACE_ALLOC_INF_FMT("ptr=%p", ptr); in _mysqlnd_efree()
347 TRACE_ALLOC_INF_FMT("ptr=%p size=%u", ((char*)ptr) - sizeof(size_t), (unsigned int) free_amount); in _mysqlnd_efree()
370 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_pefree()
373 TRACE_ALLOC_INF_FMT("ptr=%p persistent=%u", ptr, persistent); in _mysqlnd_pefree()
378 TRACE_ALLOC_INF_FMT("ptr=%p size=%u", ((char*)ptr) - sizeof(size_t), (unsigned int) free_amount); in _mysqlnd_pefree()
405 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_malloc()
421 TRACE_ALLOC_INF_FMT("size=%lu ptr=%p", size, ret); in _mysqlnd_malloc()
444 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_calloc()
460 TRACE_ALLOC_INF_FMT("size=%lu ptr=%p", size, ret); in _mysqlnd_calloc()
483 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_realloc()
486 TRACE_ALLOC_INF_FMT("ptr=%p new_size=%lu ", new_size, ptr); in _mysqlnd_realloc()
487 TRACE_ALLOC_INF_FMT("before: %lu", zend_memory_usage(TRUE)); in _mysqlnd_realloc()
501 TRACE_ALLOC_INF_FMT("new_ptr=%p", (char*)ret); in _mysqlnd_realloc()
522 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_free()
525 TRACE_ALLOC_INF_FMT("ptr=%p", ptr); in _mysqlnd_free()
530 TRACE_ALLOC_INF_FMT("ptr=%p size=%u", ((char*)ptr) - sizeof(size_t), (unsigned int) free_amount); in _mysqlnd_free()
553 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_pememdup()
556 TRACE_ALLOC_INF_FMT("ptr=%p", ptr); in _mysqlnd_pememdup()
584 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_pestrndup()
587 TRACE_ALLOC_INF_FMT("ptr=%p", ptr); in _mysqlnd_pestrndup()
626 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_pestrdup()
629 TRACE_ALLOC_INF_FMT("ptr=%p", ptr); in _mysqlnd_pestrdup()