Searched refs:PREALLOC_TOKEN (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-rules.c47 #define PREALLOC_TOKEN 2048 macro
1654 rules->tokens = malloc(PREALLOC_TOKEN * sizeof(struct token));
1657 rules->token_max = PREALLOC_TOKEN;

Completed in 947 milliseconds