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

/macosx-10.10/libauto-186/
H A DAdmin.cpp464 void *slop_address = subzone->quantum_address(first_quantum); local
465 void *guard_address = align_up(slop_address);
467 usword_t slop_size = (uintptr_t)guard_address - (uintptr_t)slop_address;
473 usword_t total_size = (uintptr_t)end_address - (uintptr_t)slop_address;
485 if (slop_count) mark_cached_range(slop_address, slop_count);

Completed in 100 milliseconds