diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index d736e279520..7fdef69842a 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -1139,6 +1139,12 @@ r_alloc_reset_variable (POINTER *old, POINTER *new) | |||
| 1139 | bloc->variable = new; | 1139 | bloc->variable = new; |
| 1140 | } | 1140 | } |
| 1141 | 1141 | ||
| 1142 | void | ||
| 1143 | r_alloc_inhibit_buffer_relocation (int inhibit) | ||
| 1144 | { | ||
| 1145 | use_relocatable_buffers = !inhibit; | ||
| 1146 | } | ||
| 1147 | |||
| 1142 | 1148 | ||
| 1143 | /*********************************************************************** | 1149 | /*********************************************************************** |
| 1144 | Initialization | 1150 | Initialization |