Regardless, a memory leak is still a memory leak. Running my program, VM
at a time.
http://basic4gl.proboards20.com/index.cgi?board=Announce&action=display&thread=1150887858
message in the program.
Post by Chad Austin"Mem usage" is actually not a very good way to test for the memory
requirements of an application. It represents the working set of an
application, which can depend on your operation system, its loading
strategies, the load of the system, etc. "VM Size" is generally more
useful.
http://en.wikipedia.org/wiki/Working_set
http://en.wikipedia.org/wiki/Virtual_memory
http://en.wikipedia.org/wiki/Page_file
http://en.wikipedia.org/wiki/Address_space
Post by Jacky JHmm.. What version of Visual Studio are you using? I'm not familiar
with
Post by Jacky JPurify, but can you just open up task manager and read me the "Mem
Usage" of
Post by Jacky Jaudtest.exe at every cin.get() in my program?
Basically, the memory usage should stay the same throughout the program.
However, when i run it, it starts out at about 4,000k, then jumps up to
8,000k due to memory leaks. Only when the Device gets set to NULL does
the
Post by Jacky Jmemory get freed.
Thanks
Post by Enno RehlingPost by Jacky JNow that the mailing list is active again, any luck with the memory
leak
Post by Jacky JPost by Enno RehlingPost by Jacky Jon windows? I posted a message about this a while ago, but i guess
the
Post by Jacky JPost by Enno RehlingPost by Jacky Jconversation sort of trailed off. Here were the messages
I ran your program through Purify, and can't see any of those memory
leaks. Well, except for some memory from DLL loading (544 bytes) and
from DirectSound that is apparently not released (4 blocks of 22 bytes
each, in waveOutMessage), but nothing related to Audiere directly.
Enno.
--
PATRIOT, n. One to whom the interests of a part seem superior to
those of the whole. The dupe of statesmen and the tool of conquerors.
- Ambrose
Bierce, 1906
-------------------------------------------------------------------------
Post by Jacky JPost by Enno RehlingThis SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audiere-users mailing list
https://lists.sourceforge.net/lists/listinfo/audiere-users
-------------------------------------------------------------------------
Post by Jacky JThis SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audiere-users mailing list
https://lists.sourceforge.net/lists/listinfo/audiere-users
--
Chad Austin
http://imvu.com/technology
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audiere-users mailing list
https://lists.sourceforge.net/lists/listinfo/audiere-users