File: memory.h

package info (click to toggle)
rpm2html 1.9.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,064 kB
  • ctags: 748
  • sloc: ansic: 11,701; sh: 2,775; perl: 122; makefile: 116
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_ */