| ... | @@ -80,7 +80,7 @@ pub fn noResize( | ... | @@ -80,7 +80,7 @@ pub fn noResize( |
| 80 | /// as `old_mem` was when `reallocFn` is called. The bytes of | 80 | /// as `old_mem` was when `reallocFn` is called. The bytes of |
| 81 | /// `return_value[old_mem.len..]` have undefined values. | 81 | /// `return_value[old_mem.len..]` have undefined values. |
| 82 | /// The returned slice must have its pointer aligned at least to `new_alignment` bytes. | 82 | /// The returned slice must have its pointer aligned at least to `new_alignment` bytes. |
| 83 | fn reallocBytes( | 83 | pub fn reallocBytes( |
| 84 | self: *Allocator, | 84 | self: *Allocator, |
| 85 | /// Guaranteed to be the same as what was returned from most recent call to | 85 | /// Guaranteed to be the same as what was returned from most recent call to |
| 86 | /// `allocFn` or `resizeFn`. | 86 | /// `allocFn` or `resizeFn`. |