Function std::rt::heap::usable_size
[−]
[src]
pub fn usable_size(size: usize, align: usize) -> usize
Unstable
Returns the usable size of an allocation created with the specified the
size
and align
.