discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] how do I disable this buffer warning?


From: Trond Danielsen
Subject: Re: [Discuss-gnuradio] how do I disable this buffer warning?
Date: Mon, 4 Jun 2007 18:45:35 +0200

2007/6/4, Eric Blossom <address@hidden>:
On Mon, Jun 04, 2007 at 12:19:21PM +0200, Vincenzo Pellegrini wrote:
> Hi List,
> the warning is ok, but once I have realized I've got no problem with it
> how do I prevent it from spoiling the continuity of my status
> messages? :D
>
> can anyone suggest how to disable it
>
> many thanks
> best regards
>
> vincenzo
> > ---------------------------------------------------------
> > Connecting Outer Interleaver, Bit Extractor, Inner Encoder
> > Done
> > ---------------------------------------------------------
> > Connecting Inner Interleaver
> > gr_buffer::allocate_buffer: warning: tried to allocate
> >    5 items of size 6048. Due to alignment requirements
> >    128 were allocated.  If this isn't OK, consider padding
> >    your structure to a power-of-two bytes.
> >    On this platform, our allocation granularity is 4096 bytes.

It's printed out on line 126 of gr_buffer.cc.

Hack away ;)

Eric

I also get a lot of messages like this, and I suspect it is the curse
for doing vector processing on vectors of length other than powers of
two. Am I correct?


--
Trond Danielsen




reply via email to

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