Lines Matching refs:allocated
70 int allocated;
166 * non-zero, then the specified amount of space will be allocated in
168 * be allocated which can be set with dixSetPrivate
194 /* Resize if we can, or make sure nothing's allocated if we can't
219 /* Resize if we can, or make sure nothing's allocated if we can't */
233 key->allocated = FALSE;
260 key->allocated = TRUE;
350 ++keys[type].allocated;
375 --keys[type].allocated;
465 keys[t].allocated);
468 alloc += keys[t].allocated;
489 if (key->allocated)
493 ErrorF("%d %ss still allocated at reset\n",
500 keys[t].allocated = 0;