Home
last modified time | relevance | path

Searched defs:MemoryTest (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_image_loading.rs682 struct MemoryTest<'a> { struct
684 init: bool,
686 returned_buffers: HashSet<*mut [u8; MEMORY_TEST_BUF_SIZE]>,
688 same_buffer: Option<*mut c_void>,
694 _get_buffer_guard: MutexGuard<'a, ()>,
726 impl MemoryTest<'_> { implementation