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

/macosx-10.10/libauto-186/
H A DZone.cpp169 _in_large.initialize(allocate_quantum_large_max, next);
417 // Enlivening barrier needs to wrap allocation, setting _in_large bitmap, and adding to large list.
418 // Updating _in_large must be done under the enlivening lock because the collector needs _in_large
425 _in_large.set_bit(Large::quantum_index(address));
475 _in_large.clear_bit(Large::quantum_index(block));
731 if (!_in_large.bit(q)) {
732 q = _in_large.previous_set(q);
H A DZone.h133 Bitmap _in_large; // indicates which allocations are used for large blocks member in class:Auto::Zone
135 spin_lock_t _large_lock; // protects _large_list, _in_large, and large block refcounts
513 inline const bool in_large_bitmap(void *address) const { return (bool)_in_large.bit(Large::quantum_index(address)); }

Completed in 67 milliseconds