openethereum/util/src/heapsizeof.rs

8 lines
184 B
Rust
Raw Normal View History

2016-02-01 14:48:38 +01:00
//! Calculates heapsize of util types.
2015-12-16 16:23:08 +01:00
use uint::*;
use hash::*;
known_heap_size!(0, H32, H64, H128, Address, H256, H264, H512, H520, H1024, H2048);
known_heap_size!(0, U128, U256);