Blender Git Loki
Git Commits -> Revision 57d7ae0
Revision 57d7ae0 by Peter Schlaile (master) February 5, 2006, 18:56 (GMT) |
Adds generic memcache limitor (used by the new sequencer to cache only a certain amount of frames). |
Commit Details:
Full Hash: 57d7ae0365b44752b8c38c3046d8f1b76c72362b
SVN Revision: 6687
Parent Commit: d7e5f37
Lines Changed: +597, -2
4 Added Paths:
/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp (+195, -0) (View)
/intern/memutil/MEM_Allocator.h (+89, -0) (View)
/intern/memutil/MEM_CacheLimiter.h (+170, -0) (View)
/intern/memutil/MEM_CacheLimiterC-Api.h (+141, -0) (View)
/intern/memutil/MEM_Allocator.h (+89, -0) (View)
/intern/memutil/MEM_CacheLimiter.h (+170, -0) (View)
/intern/memutil/MEM_CacheLimiterC-Api.h (+141, -0) (View)