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
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-03-31loplugin:redundantcastStephan Bergmann
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-07loplugin:cstylecast: salStephan Bergmann
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-01-10Use boolStephan Bergmann
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-07Name threads for debug purposeArnaud Versini
2013-08-30WaE: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist