Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-25Allocator: fix build error with -Werror=format-securityJacques Lucke
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-20Cleanup: remove legacy mmap memory allocation for 32 bitBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-23Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_alignedJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-05-23Fix incorrect size in aligned lockfree reallocCampbell Barton
2018-05-22Memory allocator: use lockfree calls internallyCampbell Barton
2018-03-20Memory allocator: Clarify consistency check functionSergey Sharybin
2018-01-17Memory: add MEM_malloc_arrayN() function to protect against overflow.Brecht Van Lommel
2017-08-23Fix implementation of atomic update max and move to a central locationMai Lavelle
2017-06-17Guarded allocator: Fix type in macro definitionSergey Sharybin
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2015-02-19Guardedalloc: Reset peak memory should set peak to currently allocated memorySergey Sharybin
2015-02-18Guardedalloc: Add extra logging and checks in MEM_freeN()Sergey Sharybin
2014-10-14Fix inconsistent types in guardeallocDan Horák
2014-10-09Enable atomic peak memory detectionSergey Sharybin
2014-09-25Guardedalloc: Implement atomic peak memory updateSergey Sharybin
2014-06-16I'd tend to declare dead code is forbiddenSergey Sharybin
2014-06-14Comment unused macroCampbell Barton
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2014-04-06Move LIKELY/UNLIKELY into headerCampbell Barton
2014-04-06Guarded Alloc: use UNLIKELY for debug memsetCampbell Barton
2014-03-26Code cleanup: style and warningsCampbell Barton
2014-01-23Memory allocation: do not use mmap for memory allocation on 64 bit.Brecht Van Lommel
2013-10-20Fix for wrong implementation of mmap in lock-free allocatorSergey Sharybin
2013-10-10Lock-free memory allocatorSergey Sharybin