meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

speedtree-new-and-delete [2022/07/29 12:47]
steph.jorgensen created
speedtree-new-and-delete [2022/07/29 12:48] (current)
steph.jorgensen
Line 1: Line 1:
 ====== SpeedTree New and Delete ====== ====== SpeedTree New and Delete ======
  
-Since overriding global ''new'' and ''delete'' functions is not a viable option for a library (these functions are free to be overridden by the application if desired), a set of allocator functions were created for use by SpeedTree-associated code that would properly redirect the allocations through SpeedTree's [[callback_system|heap allocation callback system]].+Since overriding global ''new'' and ''delete'' functions is not a viable option for a library (these functions are free to be overridden by the application if desired), a set of allocator functions were created for use by SpeedTree-associated code that would properly redirect the allocations through SpeedTree's [[callback-system|heap allocation callback system]].
  
 These functions should only be used when: These functions should only be used when: