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