On 20.04.2015 11:16, Ali Riaz wrote:
> Hello everyone,
> 
> I'm getting the following warnings when running my application, does
> anyone know what this means?
> 
> gr::buffer::allocate_buffer: warning: tried to allocate
>    41 items of size 1592. Due to alignment requirements
>    512 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.

You get this when you're forcing buffers not to fit onto pages. You can
probably ignore it, but you might get some performance hits.

M


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to