Skip to content

Commit 62e1770

Browse files
committed
Add umfFixedMemoryProviderParamsSetMemory to def/map files
1 parent b1770dd commit 62e1770

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/libumf.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ EXPORTS
133133
umfFixedMemoryProviderOps
134134
umfFixedMemoryProviderParamsCreate
135135
umfFixedMemoryProviderParamsDestroy
136+
umfFixedMemoryProviderParamsSetMemory
136137
umfLevelZeroMemoryProviderParamsSetFreePolicy
137138
umfLevelZeroMemoryProviderParamsSetDeviceOrdinal
138139
; Added in UMF_0.12

src/libumf.map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ UMF_0.11 {
131131
umfFixedMemoryProviderOps;
132132
umfFixedMemoryProviderParamsCreate;
133133
umfFixedMemoryProviderParamsDestroy;
134+
umfFixedMemoryProviderParamsSetMemory;
134135
umfLevelZeroMemoryProviderParamsSetFreePolicy;
135136
umfLevelZeroMemoryProviderParamsSetDeviceOrdinal;
136137
} UMF_0.10;

0 commit comments

Comments
 (0)