Lines Matching refs:allocated
327 * non-zero, then the specified amount of space will be allocated in
329 * be allocated which can be set with dixSetPrivate
354 /* Resize if we can, or make sure nothing's allocated if we can't
380 /* Resize if we can, or make sure nothing's allocated if we can't */
395 key->allocated = FALSE;
423 key->allocated = TRUE;
522 ++global_keys[type].allocated;
548 --global_keys[type].allocated;
633 key->allocated = FALSE;
751 global_keys[t].created * global_keys[t].offset, global_keys[t].allocated);
754 alloc += global_keys[t].allocated;
774 if (key->allocated)
778 ErrorF("%d %ss still allocated at reset\n",
785 global_keys[t].allocated = 0;