Blender Git Loki
Git Commits -> Revision 73be170
Revision 73be170 by Campbell Barton (master) September 10, 2013, 11:04 (GMT) |
add BLI_SMALLSTACK_***, macros: stack doesn't have a fixed size, it uses stack memory and never allocates. it can be added and removed many times per function but will always remain the size of the maximum number of items. not used yet, added for normal calculation function from mont29. |
Commit Details:
Full Hash: 73be170fb56d4e1415ee9891b5488370f9fbd01d
SVN Revision: 59997
Parent Commit: 561e82e
Lines Changed: +69, -0
1 Modified Path:
/source/blender/blenlib/BLI_linklist_stack.h (+69, -0) (Diff)