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

/macosx-10.9.5/libauto-185.5/
H A Dauto_impl_utilities.h125 size_t auto_round_page(size_t size);
H A Dauto_zone.cpp511 void *result = azone->block_allocate(thread, auto_round_page(size), AUTO_MEMORY_UNSCANNED, true, true);
543 (size > allocate_quantum_large && auto_round_page(block_size) == auto_round_page(size))) {
H A Dauto_impl_utilities.c50 size_t auto_round_page(size_t size) { function

Completed in 183 milliseconds