|
rstd 0.1.0
|
A low-level utility for managing the backing storage of a Vec.
More...
Public Member Functions | |
| void | grow (usize new_cap) |
| Reallocates the storage to a new capacity. | |
A low-level utility for managing the backing storage of a Vec.
It handles allocation and deallocation of raw memory via global allocator.