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
2022-08-04Guarded allocator: Function to rename block for debuggingJulian Eisel
2022-05-17Cleanup: spelling in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2020-10-01Cleanup: avoid member access within null pointerAnkit Meel
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-07-03Clang-tidy: Enable braces-around-statements warningSebastian Parborg
2020-07-03Clang-Tidy: Enable readability-redundant-control-flowHans Goudey
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-31Fix potential crash in guarded alloc stats, when there are no allocationsJames Fulop
2019-08-20Memory: Fix guarded aligned malloc with small alignmentJacques Lucke
2019-05-01Cleanup: comments (long lines) in various intern/ libsCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in intern/Campbell Barton
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
2019-01-24Cleanup: trailing space guardedalloc & memutilCampbell 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
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2015-06-21Support for platforms /wo malloc_usable_sizeCampbell Barton
2015-04-20Guardedalloc: Don't use aligned blocks to calculate memory sloppynessSergey 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-07-25Fix inconsistent use of print_error() and fprintf(stderr, ...) in MEM_guarded...Tamito Kajiyama
2014-06-14Attempt to fix sign conversion error happening on buildbotSergey Sharybin
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-30Enable GCC pedantic warnings with strict flags,Campbell Barton
2014-03-26Code cleanup: style and warningsCampbell Barton
2014-01-23Fix typo in mmap commit from a while agoSergey Sharybin
2014-01-23Memory allocation: do not use mmap for memory allocation on 64 bit.Brecht Van Lommel
2013-10-10Lock-free memory allocatorSergey Sharybin