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.
1 parent 9da06a0 commit 946d219Copy full SHA for 946d219
source/mir/ndslice/allocation.d
@@ -29,7 +29,7 @@ $(BOOKTABLE $(H2 Aligned allocation utilities),
29
$(TR $(TH Function Name) $(TH Description))
30
$(T2 uninitAlignedSlice, Allocates an uninitialized aligned slice using GC. )
31
$(T2 stdcUninitAlignedSlice, Allocates an uninitialized aligned slice using CRuntime.)
32
-$(T2 stdcFreeSlice, Frees memory using CRuntime)
+$(T2 stdcFreeAlignedSlice, Frees memory using CRuntime)
33
)
34
35
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
0 commit comments