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

/macosx-10.9.5/CF-855.17/
H A DCFBasicHash.c39 #define __SetLastAllocationEventName(A, B) do { if (__CFOASafe && (A)) __CFSetLastAllocationEventName(A, B); } while (0) macro
41 #define __SetLastAllocationEventName(A, B) do { } while (0) macro
595 __SetLastAllocationEventName(counts16, "CFBasicHash (count-store)");
611 __SetLastAllocationEventName(counts32, "CFBasicHash (count-store)");
627 __SetLastAllocationEventName(counts64, "CFBasicHash (count-store)");
1171 __SetLastAllocationEventName(new_values, "CFBasicHash (value-store)");
1176 __SetLastAllocationEventName(new_keys, "CFBasicHash (key-store)");
1182 __SetLastAllocationEventName(new_counts, "CFBasicHash (count-store)");
1188 __SetLastAllocationEventName(new_hashes, "CFBasicHash (hash-store)");
1683 __SetLastAllocationEventName(new_value
[all...]

Completed in 111 milliseconds