discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Buffer allocation warning.


From: Trond Danielsen
Subject: [Discuss-gnuradio] Buffer allocation warning.
Date: Wed, 9 May 2007 09:37:25 +0200

Hi,

Is there anything I can do to resolve warnings like this:

- - -
Creating block detail for vector_source_c(161)
Allocating new buffer for output 0
Creating block detail for single_pole_iir_filter_ff(158)
Allocating new buffer for output 0
gr_buffer::allocate_buffer: warning: tried to allocate
  4 items of size 16000. Due to alignment requirements
  32 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.
Creating block detail for fft_vcc(156)
Allocating new buffer for output 0
gr_buffer::allocate_buffer: warning: tried to allocate
  4 items of size 32000. Due to alignment requirements
  16 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.
- - -

--
Trond Danielsen




reply via email to

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