Home
last modified time | relevance | path

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

/linux/scripts/
H A Dtracepoint-update.c40 #define REALLOC_MASK (REALLOC_SIZE - 1) macro
46 if (!(*count & REALLOC_MASK)) { in add_string()