lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #47092] Tag memory buffers like memp_memory_xxx and ra


From: Dirk Ziegelmeier
Subject: [lwip-devel] [bug #47092] Tag memory buffers like memp_memory_xxx and ram_heap with a macro so that attributes can be attached to teir definitions
Date: Tue, 09 Feb 2016 11:44:01 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0

Follow-up Comment #1, bug #47092 (project lwip):

Simon and I have problems to understand what you really require.

Is a #define like this:

#define LWIP_MEMPOOL_DECLARE(name,num,size,desc) u8_t memp_memory_ ## name ##
_base \
    [((num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size)))] LWIP_MEMPOOL_ATTRIBUTES;
\

sufficient for your needs?

Alternatively, can you provide a patch that performs the modifications you
request?

Dirk (and Simon)

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?47092>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.nongnu.org/




reply via email to

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