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

/macosx-10.9.5/libauto-185.5/
H A Dauto_impl_utilities.h136 inline bool is_allocated_cleared(auto_memory_type_t layout) { return is_scanned(layout) || (layout == AUTO_MEMORY_ALL_WEAK_POINTERS); } function
H A Dauto_zone.cpp556 void *new_ptr = azone->block_allocate(thread, size, layout, is_allocated_cleared(layout), (block_info.refcount() != 0));
1133 ptr = azone->block_allocate(thread, size, type, clear || is_allocated_cleared(type), initial_refcount_to_one);
1143 unsigned count = azone->batch_allocate(thread, size, type, clear || is_allocated_cleared(type), initial_refcount_to_one, results, num_requested);

Completed in 188 milliseconds