/vcl/inc/bitmap/

ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/rtl/alloc_cache.cxx
AgeCommit message (Expand)Author
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-01Dead assignmentStephan Bergmann
2018-08-01Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann
2018-07-31the custom SAL allocator is no longer usedNoel Grandin
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-05-28loplugin:unusedmethodsNoel Grandin
2018-05-16[API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann
2018-04-27loplugin:constantparamNoel Grandin
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2018-01-02Unused return value of rtl_cache_constructorStephan Bergmann
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks
2017-10-23loplugin:includeform: salStephan Bergmann
2017-09-27SAL: use more Unicode on WindowsMike Kaganski
2017-07-23followup b714ba73c - remove excessive bracesChris Sherlock
2017-07-22rtl: remove comparisons against nullptr from RTL mem filesChris Sherlock
2017-07-22rtl: remove comment cruft from alloc filesChris Sherlock
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-02-20silence coverity#1202740 Bad bit shift operationCaolán McNamara
2017-01-22coverity#1399029 silence Out-of-bounds readCaolán McNamara
2017-01-20tweak high/low bit so we're always shifting with an unsigned numberCaolán McNamara
2016-10-04clang-cl loplugin: salStephan Bergmann
2016-06-29move #includes to top of fileNoel Grandin
2016-05-22Convert AllocMode to scoped enumNoel Grandin
2016-04-07Drop pointless "internal" directory level for already internal include filesTor Lillqvist
2016-04-07Bin unneeded forward declarations of static functionsTor Lillqvist
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-11Avoid duplicate declarationTor Lillqvist
2016-01-06tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks
2015-11-10Fix SAL_W32Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann