Home
last modified time | relevance | path

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

/linux/scripts/
H A Dtracepoint-update.c39 #define REALLOC_SIZE (1 << 10) macro
40 #define REALLOC_MASK (REALLOC_SIZE - 1)
47 int size = (*count) + REALLOC_SIZE; in add_string()