Re: [Discuss-gnuradio] about the work function and memory

2010-02-26 Thread Johnathan Corgan
On Fri, Feb 26, 2010 at 14:05, Josh Blum wrote: > Here is a typical work function: > int work(int noutput_items, >                       gr_vector_const_void_star &input_items, >                       gr_vector_void_star &output_items) > > output_items seems to be a pointer to a pointer into some

[Discuss-gnuradio] about the work function and memory

2010-02-26 Thread Josh Blum
Here is a typical work function: int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) output_items seems to be a pointer to a pointer into some pre-allocated memory. What is stopping me from managing