diff --git a/src/libumf.def b/src/libumf.def index 34ecee889..125e304cc 100644 --- a/src/libumf.def +++ b/src/libumf.def @@ -60,7 +60,6 @@ EXPORTS umfMemoryProviderPurgeForce umfMemoryProviderPurgeLazy umfMemoryProviderPutIPCHandle - umfMemoryTrackerGetAllocInfo umfMempolicyCreate umfMempolicyDestroy umfMempolicySetCustomSplitPartitions diff --git a/src/libumf.map b/src/libumf.map index f9ec9b6bf..900223e7d 100644 --- a/src/libumf.map +++ b/src/libumf.map @@ -54,7 +54,6 @@ UMF_0.10 { umfMemoryProviderPurgeForce; umfMemoryProviderPurgeLazy; umfMemoryProviderPutIPCHandle; - umfMemoryTrackerGetAllocInfo; umfMempolicyCreate; umfMempolicyDestroy; umfMempolicySetCustomSplitPartitions;