We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7859edc commit 9547bdbCopy full SHA for 9547bdb
R/zzz.R
@@ -47,9 +47,8 @@ loadTbbLibrary <- function(name) {
47
if (!is.null(.dllInfo))
48
library.dynam.unload("RcppParallel", libpath)
49
50
- # unload tbbmalloc_proxy if we loaded it
51
- if (!is.null(.tbbMallocProxyDllInfo))
52
- dyn.unload(.tbbMallocProxyDllInfo[["path"]])
+ # NOTE: we do not explicitly unload tbbmalloc_proxy as switching
+ # the allocator at runtime can cause issues
53
54
# unload tbbmalloc if we loaded it
55
if (!is.null(.tbbMallocDllInfo))
0 commit comments