blender/intern/memutil
Sergey Sharybin a4f73c5694 Fix #32579: Sequencer crash when changing render dimensions
Memory limitor's queue could be affected when it's being iterated
on enforcing limits -- that's because iteration could free color
managed image buffers.

Fixed by getting least priority element after every element was
freed. Could be optimized a bit, but it anyway shouldn't be so
slow due to specific of cache limiting and limit enforcing finish
condition.
2012-09-20 12:59:16 +00:00
..
intern Improved cache management for movie clips from tomato branch 2012-07-10 14:43:50 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
MEM_Allocator.h style cleanup 2012-06-04 20:11:09 +00:00
MEM_CacheLimiter.h Fix #32579: Sequencer crash when changing render dimensions 2012-09-20 12:59:16 +00:00
MEM_CacheLimiterC-Api.h Improved cache management for movie clips from tomato branch 2012-07-10 14:43:50 +00:00
MEM_NonCopyable.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
MEM_RefCounted.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
MEM_RefCountedC-Api.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
MEM_RefCountPtr.h fix some types and incorrect info 2012-07-26 17:41:09 +00:00
MEM_SmartPtr.h style cleanup 2012-09-16 04:58:18 +00:00
SConscript rename most scons build targets to match cmake 2010-08-25 04:30:47 +00:00