Home
last modified time | relevance | path

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

/external/libnl/include/netlink-private/
Dutils.h145 #define _nl_malloc_maybe_a(alloca_maxlen, bytes, to_free) \ argument
151 _NL_STATIC_ASSERT ((alloca_maxlen) <= 500); \
154 if (_bytes <= (alloca_maxlen)) { \