This commit is contained in:
ejcoumans
2006-11-14 05:09:11 +00:00
parent 133a7dda99
commit be175e888e
9 changed files with 86 additions and 15 deletions

View File

@@ -126,7 +126,9 @@ get current memory management functions.
*/
//! @{
gim_alloc_function *gim_get_alloc_handler (void);
#ifdef ALLOCA_GIMPACT
gim_alloca_function *gim_get_alloca_handler(void);
#endif //
gim_realloc_function *gim_get_realloc_handler (void);
gim_free_function *gim_get_free_handler (void);
//! @}