-
1 Memory Usage
"In Task Manager, the current working set of a process, in kilobytes. The current working set is the number of pages currently resident in memory." -
2 memory allocation
"In operating systems, the process of reserving memory for use by a program." -
3 Peak Memory Usage
"In Task Manager, the peak amount of physical memory resident in a process since it started." -
4 Virtual Memory Size
"In Task Manager, the amount of virtual memory, or address space, committed to a process." -
5 ar-sa مخطط جانت
"A process for automatic recovery of heap memory. Blocks of memory that had been allocated but are no longer in use are freed, and blocks of memory still in use may be moved to consolidate the free memory into larger blocks." -
6 garbage collection
"A process for automatic recovery of heap memory. Blocks of memory that had been allocated but are no longer in use are freed, and blocks of memory still in use may be moved to consolidate the free memory into larger blocks." -
7 GC
"A process for automatic recovery of heap memory. Blocks of memory that had been allocated but are no longer in use are freed, and blocks of memory still in use may be moved to consolidate the free memory into larger blocks."GC -
8 paged pool
"The system-allocated virtual memory that has been charged to a process and that can be paged. Paging is the moving of infrequently used parts of a program's working memory from random access memory (RAM) to another storage medium, usually the hard disk." -
9 paging
"The process of moving virtual memory back and forth between physical memory and the disk. Paging occurs when physical memory limitations are reached and only occurs for data that is not already ""backed"" by disk space. For example, file data is not paged out because it already has allocated disk space within a file system." -
10 named pipe
"A portion of memory that can be used by one process to pass information to another process, so that the output of one is the input of the other. The second process can be local (on the same computer as the first) or remote (on a networked computer)." -
11 quota
"A per-process limit on the use of system resources. For each process, the system sets limits on certain system resources that the process's threads can use, for example, the memory manager." -
12 probe
A process that checks that a memory-address range is in user-mode address space and that the range can be read or written in the context of the current process. -
13 allocation
"In operating systems, the process of reserving memory for use by a program." -
14 caching
The process of temporarily storing recently accessed information in a special memory subsystem for quicker access. -
15 cold boot
"A startup process that begins with turning on the computer's power. Typically, a cold boot involves some basic hardware checking by the system, after which the operating system is loaded from disk into memory." -
16 compaction
"The process of gathering and packing the currently allocated regions of memory or auxiliary storage into as small a space as possible, so as to create as much continuous free space as possible." -
17 data entry
The process of writing new data to computer memory. -
18 resource
"Generally, any part of a computer system or network, such as a disk drive, printer, or memory, that can be allotted to a running program or a process." -
19 peer-caching
The process of temporarily storing recently accessed information in a special memory subsystem shared by two or more peer systems. -
20 browser helper object
An in-process Component Object Model (COM) component that Internet Explorer will load each time it starts; it runs in the same memory context as the browser and can perform actions on the available windows and modules.
- 1
- 2
См. также в других словарях:
Process isolation — is a set of different hardware and software technologies[1] designed to protect each operating system process from other processes. It does so by preventing process A from writing into process B. Process isolation can be implemented by with… … Wikipedia
Memory — • Memory is the capability of the mind, to store up conscious processes, and reproduce them later with some degree of fidelity Catholic Encyclopedia. Kevin Knight. 2006. Memory Memory … Catholic encyclopedia
Process management (computing) — Operating systems … Wikipedia
Memory management unit — This 68451 MMU could be used with the Motorola 68010 A memory management unit (MMU), sometimes called paged memory management unit (PMMU), is a computer hardware component responsible for handling accesses to memory requested by the CPU. Its… … Wikipedia
Memory leak — A memory leak, in computer science (or leakage, in this context), occurs when a computer program consumes memory but is unable to release it back to the operating system. In object oriented programming, a memory leak happens when an object is… … Wikipedia
Memory consolidation — is a category of processes that stabilize a memory trace after the initial acquisition.[1] Consolidation is distinguished into two specific processes, synaptic consolidation, which occurs within the first few hours after learning, and system… … Wikipedia
Memory protection — is a way to control memory access rights on a computer, and is a part of most modern operating systems. The main purpose of memory protection is to prevent a process from accessing memory that has not been allocated to it. This prevents a bug… … Wikipedia
Memory management — is the act of managing computer memory. The essential requirement of memory management is to provide ways to dynamically allocate portions of memory to programs at their request, and freeing it for reuse when no longer needed. This is critical to … Wikipedia
Memory for the future — refers to the ability to use memory to picture and plan future events. It is a subcategory of mental time travel which Suddendorf and Corballis described to be the process that allows people to imagine both past and potential future events.… … Wikipedia
Memory and social interactions — Memory underpins and enables social interactions in a variety of ways. In order to engage in successful social interaction, organisms must be able to remember how they should interact with one another, who they have interacted with previously,… … Wikipedia
Memory dependence prediction — is a technique, employed by high performance out of order execution microprocessors that execute memory access operations (loads and stores) out of program order, to predict true dependences between loads and stores at instruction execution time … Wikipedia