Blender Git Loki
Git Commits -> Revision 01067fe
Revision 01067fe by Sergey Sharybin (master) February 14, 2015, 21:01 (GMT) |
Cycles: Replace own aligned allocator with system one This replaces our own implementation of aligned malloc with system calls, which depends on which operation system you're on. This is probably really minor noticeable change, but in the same time it might reduce amount of wasted memory. |
Commit Details:
Full Hash: 01067fe51c4f3df06fa6e8744da2344253201ec6
Parent Commit: 24976dd
Lines Changed: +113, -27
2 Added Paths:
/intern/cycles/util/util_aligned_malloc.cpp (+73, -0) (View)
/intern/cycles/util/util_aligned_malloc.h (+30, -0) (View)
/intern/cycles/util/util_aligned_malloc.h (+30, -0) (View)