summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-07-31 19:14:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-08-01 00:30:17 +0200
commitdf6ba650469a6f2fda06ef1c2e107ccdd3570505 (patch)
tree622799a3ee83fcf192e0ff4c75a6f5d7f3f865f4 /sal/inc
parent74ea0faf1f5556a09f1cc5acb89ba54bfbd586b9 (diff)
Remove "officially dead now" rtl_cache slab allocator mechanism
...after <https://gerrit.libreoffice.org/#/c/58263/> "the custom SAL allocator is no longer used" got merged. According to my July 31, 2018 comment there: "However, [...] this change is effectively a final coffin nail for the 'rtl_cache' mechanism. It could be argued that the alleged benefits of that mechanism (if it were still working) might be real (at least on some platforms; which would need measurements), and that it should be made working again (by reverting the effects of both ce906b8096081dee15dc8cc96e570d5b0b587955 'skip tricky allocators on G_SLICE=always-malloc' and bc6a5d8e79e7d0e7d75ac107aa8e6aa275e434e9 'Disable custom allocator' on rtl_cache_alloc/free again). But it could just as well be argued that the 'rtl_cache' mechanism is effectively gone for long enough now (since end of November, 2017, with bc6a5d8e79e7d0e7d75ac107aa8e6aa275e434e9 'Disable custom allocator') without any (apparent) negative consequences, so that it can be removed for good with this change." Change-Id: I8c1e45d494fc22555a9e675ab27be9e6e404abde Reviewed-on: https://gerrit.libreoffice.org/58369 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/rtllifecycle.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/inc/rtllifecycle.h b/sal/inc/rtllifecycle.h
index 4574ae821905..44af09e58cc2 100644
--- a/sal/inc/rtllifecycle.h
+++ b/sal/inc/rtllifecycle.h
@@ -26,10 +26,6 @@ void rtl_cache_fini(void);
void ensureCacheSingleton(void);
-void rtl_cache_stop_threads(void);
-
-void rtl_cache_start_threads(void);
-
void rtl_locale_init(void);
void rtl_locale_fini(void);