meta data for this page
  •  

Differences

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

Link to this comparison view

generating-a-heap-report [2022/07/29 12:54]
steph.jorgensen created
generating-a-heap-report [2023/04/04 10:01] (current)
steph.jorgensen
Line 1: Line 1:
-====== Generating a Heap Report ======+====== Generating a heap report ======
 The SpeedTree SDK has a mechanism for generating a report that describes every heap allocation made by the SDK and anything else that uses the memory management functions in ''Include/SpeedTree/Core/Memory.h''. This includes virtually everything in the reference application, save heap allocations made by other libraries used there (DXUT, glew, etc.) and the graphics APIs themselves. All of the SpeedTree-related classes in the reference application are set up to use the SDK memory interface. The SpeedTree SDK has a mechanism for generating a report that describes every heap allocation made by the SDK and anything else that uses the memory management functions in ''Include/SpeedTree/Core/Memory.h''. This includes virtually everything in the reference application, save heap allocations made by other libraries used there (DXUT, glew, etc.) and the graphics APIs themselves. All of the SpeedTree-related classes in the reference application are set up to use the SDK memory interface.