Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
XML_Memory_Handling_Suite Struct Reference

#include <expat.h>

Public Attributes

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

Detailed Description

Definition at line 221 of file expat.h.

Member Data Documentation

◆ free_fcn

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

Definition at line 224 of file expat.h.

◆ malloc_fcn

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

Definition at line 222 of file expat.h.

◆ realloc_fcn

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

Definition at line 223 of file expat.h.


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