Activity overview
Latest activity by acoustiflo
The only pointer that the SecondaryBuffer holds is the pointer to the Microsoft.DirectX.DirectSound.Device, which is 24 bytes.
When I sort the objects in the "All" object view by size, the biggest item is a 65K Byte[] that was allocated by XmlSerializer.
If I look at the SecondaryBuffer in the Visual Studio debugger, I can't see the data as I can with an array, which probably means that the SecondaryBuffer isn't managed code, at least for the data storage. / comments
The only pointer that the SecondaryBuffer holds is the pointer to the Microsoft.DirectX.DirectSound.Device, which is 24 bytes.
When I sort the objects in the "All" object view by size, the biggest ...
Memory profile not accurate, has problems running program
I have a program that doesn't work well with the ANTS memory profiler. I have to reboot my computer, and then ANTS profiler will only do 1 memory profile. After that, it just starts the process for...