Struct malloc_size_of::MallocSizeOfOps [] [src]

pub struct MallocSizeOfOps { /* fields omitted */ }

Operations used when measuring heap usage of data structures.

Methods

impl MallocSizeOfOps
[src]

[src]

[src]

Call size_of_op on ptr, first checking that the allocation isn't empty, because some types (such as Vec) utilize empty allocations.

[src]

Is an enclosing_size_of_op available?

[src]

Call enclosing_size_of_op, which must be available, on ptr, which must not be empty.

[src]

Call have_seen_ptr_op on ptr.