Blender Git Loki

Git Commits -> Revision ff5c159

Revision ff5c159 by Ton Roosendaal (master)
April 12, 2004, 17:32 (GMT)
Just code cleanup here. I tried to check if a replacement of malloc() and
friends with a group-malloc system would speedup. That wasn't...
While doing this I noticed such mess... so spent a while cleaning things
a bit:

- all malloc() replaced with MEM_mallocN()
(this except for vertices/edges/faces, for speed)
- unified free_xx names, this was too confusing! so now we have:

free_editvert()
free_editedge()
free_editvlak()

free_vertlist()
free_edgelist()
free_vlaklist()

and only very few calls to free() and alloc() themselves.

Commit Details:

Full Hash: ff5c159730dbad532d24c2ae733e588987049cc3
SVN Revision: 2316
Parent Commit: c2526dc
Lines Changed: +84, -136

1 Modified Path:

/source/blender/src/editmesh.c (+84, -136) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021