Glossary


memory allocationsearch for term

The process of reserving specific memory locations in RAM for processes, instructions, and data.When a computer system is installed, the installer may allocate memory for items such as disk caches, RAM disks, extended memory, and expanded memory.Operating systems and application programs allocate memory to meet their requirements, but they can use only that memory actually available to them.Memory can be reallocated between resources to optimize performance. The proper memory allocation mix depends on the applications that are run.

© 2008 Novell, Inc. All Rights Reserved.