Searched refs:deallocateFunc (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFBase.c419 CFAllocatorDeallocateCallBack deallocateFunc = __CFAllocatorGetDeallocateFunction(&self->_context); local
421 if (NULL != deallocateFunc) {
422 INVOKE_CALLBACK2(deallocateFunc, (void *)self, info);
626 CFAllocatorDeallocateCallBack deallocateFunc; local
668 deallocateFunc = __CFAllocatorGetDeallocateFunction(&allocator->_context);
669 if (NULL != deallocateFunc) {
670 INVOKE_CALLBACK2(deallocateFunc, ptr, allocator->_context.info);
687 CFAllocatorDeallocateCallBack deallocateFunc; local
714 deallocateFunc = __CFAllocatorGetDeallocateFunction(&allocator->_context);
715 if (NULL != ptr && NULL != deallocateFunc) {
[all...]

Completed in 132 milliseconds