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.
2 parents cb25fde + 0335660 commit 571d8daCopy full SHA for 571d8da
include/umf/memory_pool_ops.h
@@ -36,9 +36,7 @@ typedef struct umf_memory_pool_ops_t {
36
37
///
38
/// @brief Initializes memory pool.
39
- /// @param providers array of memory providers that will be used for coarse-grain allocations.
40
- /// Should contain at least one memory provider.
41
- /// @param numProvider number of elements in the providers array
+ /// @param provider memory provider that will be used for coarse-grain allocations.
42
/// @param params pool-specific params, or NULL for defaults
43
/// @param pool [out] returns pointer to the pool
44
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on failure.
0 commit comments