Skip to content

Commit 0edc541

Browse files
Order entries in libumf.def for 0.11 version
this change is purely aesthetic.
1 parent 76e4f12 commit 0edc541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libumf.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ EXPORTS
3131
umfFileMemoryProviderParamsSetPath
3232
umfFileMemoryProviderParamsSetProtection
3333
umfFileMemoryProviderParamsSetVisibility
34-
umfFixedMemoryProviderOps
35-
umfFixedMemoryProviderParamsCreate
36-
umfFixedMemoryProviderParamsDestroy
3734
umfFree
3835
umfGetIPCHandle
3936
umfGetLastFailedMemoryProvider
@@ -121,4 +118,7 @@ EXPORTS
121118
umfScalablePoolParamsSetGranularity
122119
umfScalablePoolParamsSetKeepAllMemory
123120
; Added in UMF_0.11
121+
umfFixedMemoryProviderOps
122+
umfFixedMemoryProviderParamsCreate
123+
umfFixedMemoryProviderParamsDestroy
124124
umfLevelZeroMemoryProviderParamsSetFreePolicy

0 commit comments

Comments
 (0)