By default, Tidy will use its own wrappers around standard C malloc/free calls. These wrappers will abort upon any failures. If any are set, all must be set. Pass NULL to clear previous setting.
May be used to set environment-specific allocators such as used by web server plugins, etc.
Typedef Documentation
typedef void*(* TidyMalloc)( size_t len )
Callback for "malloc" replacement
typedef void*(* TidyRealloc)( void* buf, size_t len )