Home | History | Annotate | Download | only in Inputs

Lines Matching defs:CFAllocatorRef

33 typedef const struct __CFAllocator * CFAllocatorRef;
34 extern const CFAllocatorRef kCFAllocatorDefault;
35 extern const CFAllocatorRef kCFAllocatorSystemDefault;
36 extern const CFAllocatorRef kCFAllocatorMalloc;
37 extern const CFAllocatorRef kCFAllocatorMallocZone;
38 extern const CFAllocatorRef kCFAllocatorNull;
121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
128 extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator);