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 fe3aea6 commit 3f92e10Copy full SHA for 3f92e10
include/umf/memory_pool_ops.h
@@ -36,9 +36,8 @@ 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.
+ /// @param provider memory provider 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
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