Lines Matching defs:func
484 const char* func)
486 log_info("%s:%d %s malloc(%u)", file, line, func, (unsigned)size);
492 int line, const char* func)
494 log_info("%s:%d %s calloc(%u, %u)", file, line, func,
501 const char* func)
507 file, line, func, ptr, (unsigned)s);
509 log_info("%s:%d %s unmatched free(%p)", file, line, func, ptr);
515 int line, const char* func)
517 log_info("%s:%d %s realloc(%p, %u)", file, line, func,
524 const char* file, int line, const char* func)
526 log_info("%s:%d %s reallocarray(%p, %u, %u)", file, line, func,
533 const char* func)
535 log_info("%s:%d %s strdup size %u", file, line, func,
554 const char* func)
569 int line, const char* func)
587 const char* func)
594 log_err("free(): prefix failed %s:%d %s", file, line, func);
601 log_err("free(): suffix failed %s:%d %s", file, line, func);
613 int line, const char* func)
620 return unbound_stat_malloc_lite(size, file, line, func);
624 unbound_stat_free_lite(ptr, file, line, func);
630 log_err("realloc(): prefix failed %s:%d %s", file, line, func);
637 log_err("realloc(): suffix failed %s:%d %s", file, line, func);
645 newa = unbound_stat_malloc_lite(size, file, line, func);
657 const char* func)
661 char* n = (char*)unbound_stat_malloc_lite(l, file, line, func);