| 850 | //------------------------------------------------------------------------------ |
| 851 | |
| 852 | void GB_Global_free_function_set (void (* free_function) (void *)) |
| 853 | { |
| 854 | GB_Global.free_function = free_function ; |
| 855 | } |
| 856 | |
| 857 | void GB_Global_free_function (void *p) |
| 858 | { |