File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,11 @@ Coarse Provider
84
84
------------------------------------------
85
85
86
86
A memory provider that can provide memory from:
87
- 1) a given pre-allocated buffer (the fixed-size memory provider option) or
88
- 2) from an additional upstream provider (e.g. provider that does not support the free() operation
89
- like the File memory provider or the DevDax memory provider - see below).
87
+
88
+ 1) A given pre-allocated buffer (the fixed-size memory provider option) or
89
+ 2) From an additional upstream provider (e.g. provider that does not support
90
+ the free() operation like the File memory provider or the DevDax memory
91
+ provider - see below).
90
92
91
93
.. doxygenfile :: provider_coarse.h
92
94
:sections: define enum typedef func var
You can’t perform that action at this time.
0 commit comments