Skip to content

Commit 571d8da

Browse files
authored
Merge pull request #1447 from KFilipek/doc-update
Fix initialize description in memory pool ops
2 parents cb25fde + 0335660 commit 571d8da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/umf/memory_pool_ops.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ typedef struct umf_memory_pool_ops_t {
3636

3737
///
3838
/// @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
39+
/// @param provider memory provider that will be used for coarse-grain allocations.
4240
/// @param params pool-specific params, or NULL for defaults
4341
/// @param pool [out] returns pointer to the pool
4442
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on failure.

0 commit comments

Comments
 (0)