program memory consumption?

2008-10-01 Thread Pierre Guilluy
Hello, Are there functions in Cocoa APIs which would give me how much memory my program's using? (at least virtual memory as listed in Activity Monitor) Thanks in advance. Pierre ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please

Re: program memory consumption?

2008-10-01 Thread Nick Zitzmann
On Oct 1, 2008, at 8:42 AM, Pierre Guilluy wrote: Are there functions in Cocoa APIs which would give me how much memory my program's using? (at least virtual memory as listed in Activity Monitor) What exactly are you trying to accomplish that requires you to do this? Nick Zitzmann

Re: program memory consumption?

2008-10-01 Thread Pierre Guilluy
Nick, Our real-time video mixing applications load hundreds of movie files, in order to get very responsive when a movie is triggered. The problem is, using today's high resolution movies, the process's memory quickly reaches the maximum allowed for a 32bits process, so we'd like to

Re: program memory consumption?

2008-10-01 Thread Nick Zitzmann
On Oct 1, 2008, at 9:15 AM, Pierre Guilluy wrote: Our real-time video mixing applications load hundreds of movie files, in order to get very responsive when a movie is triggered. The problem is, using today's high resolution movies, the process's memory quickly reaches the maximum