Skip to Content
Sun Performance and Tuning: Java™ and the Internet, Second Edition
book

Sun Performance and Tuning: Java™ and the Internet, Second Edition

by Adrian Cockcroft, Richard Pettit
April 1998
Intermediate to advanced content levelIntermediate to advanced
624 pages
16h 11m
English
Pearson
Content preview from Sun Performance and Tuning: Java™ and the Internet, Second Edition

Virtual Memory Address Space Segments

All the RAM in a system is managed in terms of pages; these are used to hold the physical address space of a process. The kernel manages the virtual address space of a process by maintaining a complex set of data structures. Each process has a single-address space structure, with any number of segment data structures to map each contiguous segment of memory to a backing device, which holds the pages when they are not in RAM. The segment keeps track of the pages that are currently in memory, and from this information, the system can produce the PMEG or PTE data structures that each kind of MMU reads directly to do the virtual-to-physical translations. The machine-independent routines that do this are called ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Panic! UNIX® System Crash Dump Analysis

Panic! UNIX® System Crash Dump Analysis

Chris Drake, Kimberley Brown

Publisher Resources

ISBN: 0130952494Purchase book