Searched refs:__CFObjectAllocSetLastAllocEventNameFunction (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFRuntime.c78 void (*__CFObjectAllocSetLastAllocEventNameFunction)(void *, const char *) = NULL; variable
89 if (!__CFOASafe || !__CFObjectAllocSetLastAllocEventNameFunction) return;
90 __CFObjectAllocSetLastAllocEventNameFunction(ptr, classname);

Completed in 76 milliseconds