We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bee84 commit 6586a94Copy full SHA for 6586a94
src/libumf.def
@@ -60,7 +60,6 @@ EXPORTS
60
umfMemoryProviderPurgeForce
61
umfMemoryProviderPurgeLazy
62
umfMemoryProviderPutIPCHandle
63
- umfMemoryTrackerGetAllocInfo
64
umfMempolicyCreate
65
umfMempolicyDestroy
66
umfMempolicySetCustomSplitPartitions
src/libumf.map
@@ -54,7 +54,6 @@ UMF_0.10 {
54
umfMemoryProviderPurgeForce;
55
umfMemoryProviderPurgeLazy;
56
umfMemoryProviderPutIPCHandle;
57
- umfMemoryTrackerGetAllocInfo;
58
umfMempolicyCreate;
59
umfMempolicyDestroy;
umfMempolicySetCustomSplitPartitions;
0 commit comments