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

/macosx-10.10/dyld-353.2.1/src/
H A DthreadLocalVariables.c113 static unsigned int tlv_live_image_alloc_count = 0; variable
120 if ( tlv_live_image_used_count == tlv_live_image_alloc_count ) {
121 unsigned int newCount = (tlv_live_images == NULL) ? 8 : 2*tlv_live_image_alloc_count;
128 tlv_live_image_alloc_count = newCount;

Completed in 59 milliseconds