Skip to content

Commit 5983cfa

Browse files
committed
applied Lukasz's comments
1 parent b24574c commit 5983cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/critnib/critnib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ void critnib_iter(critnib *c, uintptr_t min, uintptr_t max,
11381138
}
11391139
utils_mutex_unlock(&c->mutex);
11401140
if (!wasIterating) {
1141-
LOG_DEBUG("there was no root, iterating critnib:%p was skipped",
1141+
LOG_DEBUG("there was no root, iterating critnib: %p was skipped",
11421142
(void *)c);
11431143
}
11441144
}

src/libumf.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ UMF_1.0 {
5454
umfMemoryProviderPurgeForce;
5555
umfMemoryProviderPurgeLazy;
5656
umfMemoryProviderPutIPCHandle;
57-
umfMemoryProviderResidentDeviceChange;
5857
umfMempolicyCreate;
5958
umfMempolicyDestroy;
6059
umfMempolicySetCustomSplitPartitions;
@@ -138,6 +137,7 @@ UMF_1.0 {
138137
umfJemallocPoolParamsCreate;
139138
umfJemallocPoolParamsDestroy;
140139
umfJemallocPoolParamsSetNumArenas;
140+
umfMemoryProviderResidentDeviceChange;
141141
umfPoolGetName;
142142
local:
143143
*;

0 commit comments

Comments
 (0)