Geant4-11
Data Fields
XML_Memory_Handling_Suite Struct Reference

#include <expat.h>

Data Fields

void(* free_fcn )(void *ptr)
 
void *(* malloc_fcn )(size_t size)
 
void *(* realloc_fcn )(void *ptr, size_t size)
 

Detailed Description

Definition at line 196 of file expat.h.

Field Documentation

◆ free_fcn

void(* XML_Memory_Handling_Suite::free_fcn) (void *ptr)

Definition at line 199 of file expat.h.

Referenced by hashTableClear(), hashTableDestroy(), lookup(), parserCreate(), and poolDestroy().

◆ malloc_fcn

void *(* XML_Memory_Handling_Suite::malloc_fcn) (size_t size)

Definition at line 197 of file expat.h.

Referenced by lookup(), parserCreate(), and poolGrow().

◆ realloc_fcn

void *(* XML_Memory_Handling_Suite::realloc_fcn) (void *ptr, size_t size)

Definition at line 198 of file expat.h.

Referenced by parserCreate(), and poolGrow().


The documentation for this struct was generated from the following file: