We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allocator::win32
1 parent c1c40d7 commit 25454b3Copy full SHA for 25454b3
src/allocator/win32/_win32.rs
@@ -11,7 +11,7 @@
11
//! | [`ProcessHeap`] | [`HeapAlloc`] | [`HeapReAlloc`] | [`HeapFree`] | [`HeapSize`] |
12
//! | <code>[IMalloc]\(\*IMalloc\)</code>† | [`IMalloc::Alloc`] | [`IMalloc::Realloc`] | [`IMalloc::Free`] | [`IMalloc::GetSize`] |
13
//! | [`Local`]† | [`LocalAlloc`] | [`LocalReAlloc`] | [`LocalFree`] | [`LocalSize`] |
14
-//! | [`VirtualCommit`] | [`VirtualAlloc`] | ❌ | [`Virtualfree`] | ❌ |
+//! | [`VirtualCommit`] | [`VirtualAlloc`] | ❌ | [`VirtualFree`] | ❌ |
15
//!
16
//! ## Recommended Reading
17
//! * [Comparing Memory Allocation Methods](https://learn.microsoft.com/en-us/windows/win32/memory/comparing-memory-allocation-methods) (learn.microsoft.com)
0 commit comments