Home
last modified time | relevance | path

Searched refs:_nl_malloc_maybe_a (Results 1 – 2 of 2) sorted by relevance

/external/libnl/include/netlink-private/
Dutils.h145 #define _nl_malloc_maybe_a(alloca_maxlen, bytes, to_free) \ macro
/external/libnl/lib/genl/
Dmngt.c67 …tb = _nl_malloc_maybe_a (300, (((size_t) cmd->c_maxattr) + 1u) * sizeof (struct nlattr *), &tb_fre… in cmd_msg_parser()