[−][src]Trait rate_common::memory::HeapSpace
A trait for objects that can report their memory usage on the heap
Required methods
fn heap_space(&self) -> usize
The number of bytes allocated on the heap that this owns.
Implementors
impl HeapSpace for Assignment[src]
fn heap_space(&self) -> usize[src]
impl HeapSpace for ClauseDatabase[src]
fn heap_space(&self) -> usize[src]
impl HeapSpace for WitnessDatabase[src]
fn heap_space(&self) -> usize[src]
impl HeapSpace for FixedSizeHashTable[src]
fn heap_space(&self) -> usize[src]
impl HeapSpace for Parser[src]
fn heap_space(&self) -> usize[src]
impl HeapSpace for Sick[src]
fn heap_space(&self) -> usize[src]
impl HeapSpace for Witness[src]
fn heap_space(&self) -> usize[src]
impl<I: Offset, T: HeapSpace> HeapSpace for Array<I, T>[src]
fn heap_space(&self) -> usize[src]
impl<Key: Offset + Copy + Debug, T: Copy + Debug> HeapSpace for StackMapping<Key, T>[src]
fn heap_space(&self) -> usize[src]
impl<T> HeapSpace for BoundedVector<T> where
T: HeapSpace, [src]
T: HeapSpace,