Searched refs:RCF_PREALLOC (Results 1 – 1 of 1) sorted by relevance
71 RCF_PREALLOC = (1 << 4) enumerator118 bool is_prealloc() { return flags & RCF_PREALLOC; } in is_prealloc()119 void set_prealloc() { flags |= RCF_PREALLOC; } in set_prealloc()