File: memory.h

package info (click to toggle)
rpm2html 1.11.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,176 kB
  • sloc: ansic: 14,376; sh: 2,514; perl: 122; makefile: 93
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_ */