Skip to main content

COW_COST

Constant COW_COST 

Source
pub const COW_COST: u64 = 256;
Expand description

#3 copy-on-write (first write of a page): allocate + copy + map RW. The only fault-driven #3 charge (read-only page-in moved to the CALL). TODO(gas-calibration): placeholder (~4 KiB copy), subject to change.