Apache HTTPD
Macros | Functions
memcheck.h File Reference

Go to the source code of this file.

Macros

#define XML_MEMCHECK_H   1
 

Functions

void * tracking_malloc (size_t size)
 
void tracking_free (void *ptr)
 
void * tracking_realloc (void *ptr, size_t size)
 
int tracking_report (void)
 

Macro Definition Documentation

◆ XML_MEMCHECK_H

#define XML_MEMCHECK_H   1

Definition at line 39 of file memcheck.h.

Function Documentation

◆ tracking_free()

void tracking_free ( void *  ptr)

Definition at line 100 of file memcheck.c.

◆ tracking_malloc()

void * tracking_malloc ( size_t  size)

Definition at line 57 of file memcheck.c.

◆ tracking_realloc()

void * tracking_realloc ( void *  ptr,
size_t  size 
)

Definition at line 128 of file memcheck.c.

◆ tracking_report()

int tracking_report ( void  )

Definition at line 179 of file memcheck.c.