Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:PageSize

422             static vm_size_t pagesize;
427 pagesize = PageSize();
430 profile_data_stream << "wired:" << vm_stats.wire_count * pagesize << ';';
431 profile_data_stream << "active:" << vm_stats.active_count * pagesize << ';';
432 profile_data_stream << "inactive:" << vm_stats.inactive_count * pagesize << ';';
434 profile_data_stream << "used:" << total_used_count * pagesize << ';';
435 profile_data_stream << "free:" << vm_stats.free_count * pagesize << ';';
1034 if (function_addresses_buffer[*count-1] < PageSize())
1040 MachTask::PageSize ()
1042 return m_vm_memory.PageSize (m_task);