Blender Git Loki
Git Commits -> Revision 40a1eca
Revision 40a1eca by Campbell Barton (master) January 23, 2012, 13:41 (GMT) |
replace BLI_array_staticdeclare with BLI_array_fixedstack_declare() This has the advantage that it only does 1 alloc at the beginning if the stack variable is too small. (rather then constantly check to grow one, which is a really huge macro too). |
Commit Details:
Full Hash: 40a1ecafb02690e235f2cbb0664aee71d9dec37a
SVN Revision: 43634
Parent Commit: 2d3b3f9
Lines Changed: +64, -58
1 Modified Path:
/source/blender/bmesh/intern/bmesh_interp.c (+64, -58) (Diff)