mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
a3c6e95bb5
These functions allow access to the allocated memory as a slice of a generic type T, rather than just a single element of T like the existing as_mut() function. BUG=b:197247746 TEST=tools/presubmit --quick Change-Id: I09287407b6179066fc14c96539c3032be19736a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3327573 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
base | ||
cros-fuzz | ||
cros_async | ||
cros_asyncv2 | ||
data_model | ||
io_uring | ||
p9 | ||
sync | ||
sys_util | ||
README.md |
Crosvm General Purpose Libraries
The crates in this folder are general purpose libraries used by other projects in ChromeOS as well.
To make them accessible independendly of crosvm, each of these crates is excluded from the crosvm workspace.