Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/libumf.def
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ EXPORTS
umfDevDaxMemoryProviderParamsDestroy
umfDevDaxMemoryProviderParamsSetDeviceDax
umfDevDaxMemoryProviderParamsSetProtection
umfDisjointPoolOps
umfDisjointPoolParamsCreate
umfDisjointPoolParamsDestroy
umfDisjointPoolParamsSetCapacity
umfDisjointPoolParamsSetMaxPoolableSize
umfDisjointPoolParamsSetMinBucketSize
umfDisjointPoolParamsSetName
umfDisjointPoolParamsSetSharedLimits
umfDisjointPoolParamsSetSlabMinSize
umfDisjointPoolParamsSetTrace
umfDisjointPoolSharedLimitsCreate
umfDisjointPoolSharedLimitsDestroy
umfFree
umfFileMemoryProviderOps
umfFileMemoryProviderParamsCreate
Expand Down
12 changes: 12 additions & 0 deletions src/libumf.map
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ UMF_1.0 {
umfDevDaxMemoryProviderParamsDestroy;
umfDevDaxMemoryProviderParamsSetDeviceDax;
umfDevDaxMemoryProviderParamsSetProtection;
umfDisjointPoolOps;
umfDisjointPoolParamsCreate;
umfDisjointPoolParamsDestroy;
umfDisjointPoolParamsSetCapacity;
umfDisjointPoolParamsSetMaxPoolableSize;
umfDisjointPoolParamsSetMinBucketSize;
umfDisjointPoolParamsSetName;
umfDisjointPoolParamsSetSharedLimits;
umfDisjointPoolParamsSetSlabMinSize;
umfDisjointPoolParamsSetTrace;
umfDisjointPoolSharedLimitsCreate;
umfDisjointPoolSharedLimitsDestroy;
umfFree;
umfFileMemoryProviderOps;
umfFileMemoryProviderParamsCreate;
Expand Down
Loading