Version
menu_open

Memory

The Advanced Profiler - Memory tab displays information about how memory is managed by the Wwise sound engine. Information is displayed about each of the memory categories tracked by the memory manager.

[Note] Note

Memory may become fragmented as your game is being played. This means that you may not have as much free memory as you think (Total Reserved - Used).

Interface Element

Description

Global Statistics
Used The sum of used memory across all categories.
Device Used The sum of used device memory across all categories.
Total Reserved The total amount of memory reserved by the memory manager. This corresponds to used memory and device memory, plus memory manager caching and overhead.
Limit The memory limit currently configured in the memory manager. Will display as '-' when no limit is set. When set, the Total Reserved will not be allowed to exceed this limit.
Category Table

Opens a search field where standard alphanumeric entries filter out unmatching elements from the view. Learn more in Using Tables.

Click the Close icon to the left of the search icon to close the search field and remove the filter.

[Note] Note

The searches do not include elements in collapsed nodes of the List View, Query Editor, MIDI Keymap Editor, and Reference View.

Click the Configure Columns... shortcut (right-click) option from the column header band.

The Configure Columns Dialog opens. Specify which columns to display and their order.

Category Name

The name of the memory category.

Used

The amount of memory currently used in the memory category.

Peak Used

The peak amount of memory used in the memory category since the initialization of the memory manager.

Allocs

The number of allocations performed since the memory manager was initialized.

When this number increments, it indicates that the memory manager is currently allocating memory.

Frees

The number of deallocations performed since the memory manager was initialized.

When this number increments, it indicates that the memory manager is currently deallocating memory.

Cur. Allocs

The number of memory blocks that are currently allocated. The Current Allocs value is the number of Allocs minus the number of Frees.

When this number increments or decrements, it indicates that the memory manager is currently allocating or deallocating memory.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise