discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] buffer allocation


From: Ges
Subject: [Discuss-gnuradio] buffer allocation
Date: Sat, 20 Aug 2005 15:10:05 -0700 (PDT)

Hi,

I am a bit confused about where the buffer allocation
is taking place for each block in a flowgraph.

In flowgraph.py, the _assign_buffers() function,
creates buffer and attaches to each block's detail. 

In single threaded scheduler's main_loop() fucntion,
vectors of DEFAULT_CAPACITY are being created, which
are being passed to the general_work() function of
each block. 

I am certainly missing something here or I have
misunderstood something. Please help.

If you can give me a quick run of exactly how buffers
are allocated for each block (code-pointers) that
would help.

Thank you

Gesly


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]