MCPcopy Create free account
hub / github.com/ezrosent/allocators-rs / AVec

Class AVec

elfmalloc/src/vec_alloc.rs:31–34  ·  view source on GitHub ↗

A `Vec`-like structure parametric on an `Alloc`. The overall structure here borrows heavily from the smallvec crate, though our goals here are of course different. One could easily fork smallvec to achieve a similar aim, but we want to focus on allocation in this setting and smallvec is unlikely to help (our vectors will be large).

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected