]> jfr.im git - irc/quakenet/snircd.git/blame - include/memdebug.h
forward port of asuka-check.patch to .12
[irc/quakenet/snircd.git] / include / memdebug.h
CommitLineData
189935b1 1/* This file should only ever be included from ircd_alloc.h */
2
3void *dbg_malloc(size_t size, const char *type, const char *file, int line);
4void *dbg_malloc_zero(size_t size, const char *type, const char *file, int line);
5void *dbg_realloc(void *ptr, size_t size, const char *file, int line);
6void dbg_free(void *ptr, const char *file, int line);
7size_t fda_get_byte_count(void);
8size_t fda_get_block_count(void);