Lines Matching defs:func
78 const char *func, const char *file,
82 fprintf(stderr, "malloc %p size=%zu in %s at %s:%zu\n", nptr, size, func,
88 void nghttp3_mem_free_debug(const nghttp3_mem *mem, void *ptr, const char *func,
90 fprintf(stderr, "free ptr=%p in %s at %s:%zu\n", ptr, func, file, line);
96 void *user_data, const char *func,
98 fprintf(stderr, "free ptr=%p in %s at %s:%zu\n", ptr, func, file, line);
104 size_t size, const char *func, const char *file,
109 size, func, file, line);
115 const char *func, const char *file,
120 size, func, file, line);