1
0
Fork 0
mirror of git://git.psyced.org/git/psyclpc synced 2024-08-15 03:20:16 +00:00
psyclpc/src/sysmalloc.h

18 lines
339 B
C
Raw Normal View History

2009-03-03 03:27:01 +00:00
#ifndef SYSMALLOC_H__
#define SYSMALLOC_H__ 1
#include "driver.h"
#include "typedefs.h"
#ifdef MALLOC_sysmalloc
/* --- Prototypes --- */
extern void mem_dump_data(strbuf_t *sbuf);
extern void mem_dinfo_data(svalue_t *svp, int value);
extern void mem_consolidate (Bool force);
#endif /* MALLOC_sysmalloc */
#endif /* SYSMALLOC_H__ */