| ... | ... | @@ -160,8 +160,8 @@ var c_allocator_state = Allocator{ |
| 160 | 160 | /// Asserts allocations are within `@alignOf(std.c.max_align_t)` and directly calls |
| 161 | 161 | /// `malloc`/`free`. Does not attempt to utilize `malloc_usable_size`. |
| 162 | 162 | /// This allocator is safe to use as the backing allocator with |
| 163 | | /// `ArenaAllocator` and `GeneralPurposeAllocator`, and is more optimal in these cases |
| 164 | | /// than to using `c_allocator`. |
| 163 | /// `ArenaAllocator` for example and is more optimal in such a case |
| 164 | /// than `c_allocator`. |
| 165 | 165 | pub const raw_c_allocator = &raw_c_allocator_state; |
| 166 | 166 | var raw_c_allocator_state = Allocator{ |
| 167 | 167 | .allocFn = rawCAlloc, |