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
CMakeLists.txt
MEM_Allocator.h
MEM_CacheLimiter.h
MEM_CacheLimiterC-Api.h
MEM_NonCopyable.h
MEM_RefCounted.h
MEM_RefCountedC-Api.h
MEM_RefCountPtr.h
MEM_SmartPtr.h
SConscript