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
2009-03-03 04:27:01 +01:00

17 lines
339 B
C

#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__ */