MCPcopy Index your code
hub / github.com/cloud-hypervisor/cloud-hypervisor / len

Method len

pci/src/mmap.rs:47–49  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

45 /// and in [`isize`] and `unsafe` code can rely on this.
46 #[inline]
47 pub fn len(&self) -> usize {
48 self.len
49 }
50
51 /// Create an [`MmapRegion`] using `mmap` of a file descriptor.
52 pub fn mmap(

Callers 15

isa_string_from_hostFunction · 0.45
create_memory_nodeFunction · 0.45
create_pci_nodesFunction · 0.45
print_nodeFunction · 0.45
get_cache_sizeFunction · 0.45
create_fdtFunction · 0.45
create_cpu_nodesFunction · 0.45
create_memory_nodeFunction · 0.45
create_pci_nodesFunction · 0.45
create_distance_map_nodeFunction · 0.45
print_nodeFunction · 0.45
write_volatileMethod · 0.45

Calls

no outgoing calls