[dpdk-dev] [PATCH] eal/rte_malloc: add alloc_size() attribute to allocation functions
Thomas Monjalon
thomas at monjalon.net
Mon Oct 19 12:23:25 CEST 2020
14/09/2020 18:40, Stephen Hemminger:
> On Mon, 14 Sep 2020 16:35:58 +0100
> "Burakov, Anatoly" <anatoly.burakov at intel.com> wrote:
>
> > > * Replacement function for calloc(), using huge-page memory. Memory area is
> > > @@ -239,9 +243,9 @@ rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket);
> > > * align is not a power of two).
> > > * - Otherwise, the pointer to the allocated object.
> > > */
> > > -__rte_malloc
> > > void *
> >
> > Where did this come from?
>
> It was on an earlier patch, I based this on an abandoned tree, will rebase on main.
Please could you rebase?
More information about the dev
mailing list