Blender Git Commit Log

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)

2 Modified Paths:

/intern/cycles/util/CMakeLists.txt (+2, -0) (Diff)
/intern/cycles/util/util_vector.h (+8, -27) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021