Lines Matching refs:allocated
484 * in the structure, it will be allocated large enough to hold all
494 void *allocated;
623 s->allocated = NULL;
698 void *allocated;
719 allocated = s->allocated;
720 while (allocated)
722 /* First element in allocated chunk is the free list */
723 next = *(void **)allocated;
724 free (allocated);
725 allocated = next;
801 void *allocated = NULL;
810 /* First element in allocated chunk is the free list */
811 *(void **)chunk = skip->allocated;
812 skip->allocated = chunk;
814 allocated = ((FcChar8 *)chunk) + sizeof (void *);
818 return allocated;
969 FcBool allocated = FcFalse;
1023 allocated = FcTrue;
1032 if (allocated)
1045 /* Mark allocated caches so they're freed rather than unmapped */
1046 if (allocated)