| 811 | //------------------------------------------------------------------------------ |
| 812 | |
| 813 | void GB_Global_realloc_function_set |
| 814 | ( |
| 815 | void * (* realloc_function) (void *, size_t) |
| 816 | ) |
| 817 | { |
| 818 | GB_Global.realloc_function = realloc_function ; |
| 819 | } |
| 820 | |
| 821 | bool GB_Global_have_realloc_function (void) |
| 822 | { |