Searched refs:InvalidAddress (Results 1 – 3 of 3) sorted by relevance
16 CoreType* InvalidAddress = (CoreType*)0x12; member in fuzzing::types::Container18 CoreType* _data = InvalidAddress;32 _data = InvalidAddress; in allocate()55 if ( _data != InvalidAddress ) { in free()57 _data = InvalidAddress; in free()120 InvalidAddress = c.InvalidAddress; in Container()125 InvalidAddress = c.InvalidAddress; in operator =()
27 InvalidAddress, enumerator53 InvalidAddress => write!(f, "requested memory out of range"), in fmt()123 .ok_or(Error::InvalidAddress)?; in validate_includes_range()128 Err(Error::InvalidAddress) in validate_includes_range()484 None => Err(Error::InvalidAddress), in write_slice()520 None => Err(Error::InvalidAddress), in read_slice()714 let mem_end = offset.checked_add(count).ok_or(Error::InvalidAddress)?; in range_end()716 return Err(Error::InvalidAddress); in range_end()1074 Error::InvalidAddress => {} in arena_add_oob_error()1147 Error::InvalidAddress => {} in arena_msync()
504 MmapError::InvalidAddress => Error::new(EFAULT), in msync_memory_region()