Files
test2/source
Ton Roosendaal ff5c159730 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.
2004-04-12 17:32:29 +00:00
..
2004-03-31 04:18:39 +00:00
2004-01-05 00:06:11 +00:00
2004-02-29 21:40:48 +00:00
2004-04-04 15:33:18 +00:00
2003-12-07 19:03:43 +00:00
2004-02-24 20:03:27 +00:00