Lines Matching refs:Memory
72 use windows_sys::Win32::System::Memory::{ in with_size()
118 pub(crate) struct Memory { struct
125 unsafe impl Send for Memory {} implementation
127 impl Memory { impl
221 impl Drop for Memory { implementation
237 code: Memory,
238 readonly: Memory,
239 writable: Memory,
246 code: Memory::new(), in new()
247 readonly: Memory::new(), in new()
248 writable: Memory::new(), in new()