MCPcopy Create free account
hub / github.com/elastic/devfiler / MappedSymTree

Class MappedSymTree

src/storage/symdb/mod.rs:143–146  ·  view source on GitHub ↗

[`SymTree`] that was stored to disk and is now `mmap`ed into the process.

Source from the content-addressed store, hash-verified

141
142/// [`SymTree`] that was stored to disk and is now `mmap`ed into the process.
143pub struct MappedSymTree {
144 tree_ptr: *const ArchivedSymTree,
145 _mapping: Mmap,
146}
147
148unsafe impl Sync for MappedSymTree {}
149unsafe impl Send for MappedSymTree {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected