File: memory.h

package info (click to toggle)
rpm2html 1.7-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,808 kB
  • ctags: 935
  • sloc: ansic: 13,013; sh: 8,491; php: 338; makefile: 204; perl: 122
file content (16 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * memory.h: interface for the memory allocation debugger.
 *
 * daniel@veillard.com
 */


#ifndef _RPM2HTML_DEBUG_MEMORY_ALLOC_
#define _RPM2HTML_DEBUG_MEMORY_ALLOC_

/* #define NO_DEBUG_MEMORY */
#include <libxml/xmlmemory.h>
#include <libxml/parser.h>

#endif  /* _RPM2HTML_DEBUG_MEMORY_ALLOC_ */