File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ void umfMemoryProviderDestroy(umf_memory_provider_handle_t hProvider);
42
42
/// with the specified \p alignment
43
43
/// @param hProvider handle to the memory provider
44
44
/// @param size number of bytes to allocate
45
- /// @param alignment alignment of the allocation in bytes
45
+ /// @param alignment alignment of the allocation in bytes, it has to be a multiple or a divider of the minimum page size
46
46
/// @param ptr [out] pointer to the allocated memory
47
47
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on failure
48
48
///
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ typedef struct umf_memory_provider_ops_t {
45
45
/// with the specified \p alignment
46
46
/// @param provider pointer to the memory provider
47
47
/// @param size number of bytes to allocate
48
- /// @param alignment alignment of the allocation in bytes
48
+ /// @param alignment alignment of the allocation in bytes, it has to be a multiple or a divider of the minimum page size
49
49
/// @param ptr [out] pointer to the allocated memory
50
50
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on failure
51
51
///
You can’t perform that action at this time.
0 commit comments