-
41 перезаписывание соседних областей памяти
Programming: overwriting of adjacent memory areasУниверсальный русско-английский словарь > перезаписывание соседних областей памяти
-
42 подсистема памяти
Programming: memory subsystem (обычно о подсистеме ОЗУ) -
43 последовательностные дискретные объекты управления
Programming: discrete controlled objects with memoryУниверсальный русско-английский словарь > последовательностные дискретные объекты управления
-
44 потеря доступа к памяти
Programming: memory leak (при выполнении программы)Универсальный русско-английский словарь > потеря доступа к памяти
-
45 программа распределения данных и памяти
Programming: data/memory allocatorУниверсальный русско-английский словарь > программа распределения данных и памяти
-
46 программно реализованная транзакционная память
Programming: software transactional memoryУниверсальный русско-английский словарь > программно реализованная транзакционная память
-
47 программы-менеджеры памяти
Programming: memory manager softwareУниверсальный русско-английский словарь > программы-менеджеры памяти
-
48 прямой [непосредственный] доступ к памяти, ПДП
Programming: Direct Memory Access (ускоренный прямой доступ к оперативной памяти компьютера, минуя CPU)Универсальный русско-английский словарь > прямой [непосредственный] доступ к памяти, ПДП
-
49 распределение памяти под списки
Programming: memory allocation for listsУниверсальный русско-английский словарь > распределение памяти под списки
-
50 расширенная (программная) спецификация отображаемой памяти
Programming: enhanced expanded memory specificationУниверсальный русско-английский словарь > расширенная (программная) спецификация отображаемой памяти
-
51 расширенная память, удовлетворяющая требованиям спецификации XMS
Programming: extended memory specificationУниверсальный русско-английский словарь > расширенная память, удовлетворяющая требованиям спецификации XMS
-
52 регистр оперативной памяти
Programming: main memory registerУниверсальный русско-английский словарь > регистр оперативной памяти
-
53 связанная память принтера
Programming: banded printer memory (в принтерах PostScrip - часть памяти, которая хранит графику и информацию о размещении страницы, необходимую для печати документов)Универсальный русско-английский словарь > связанная память принтера
-
54 синхронная динамическая оперативная память, оперативная память типа SDRAM
Programming: synchronous dynamic random access memoryУниверсальный русско-английский словарь > синхронная динамическая оперативная память, оперативная память типа SDRAM
-
55 синхронное динамическое ЗУ с произвольной выборкой
Programming: synchronous dynamic random access memoryУниверсальный русско-английский словарь > синхронное динамическое ЗУ с произвольной выборкой
-
56 состояние памяти
Programming: memory state (может подразумевать как представление текущего содержимого памяти, так и изменение её распределения) -
57 спецификация EEMS
Programming: enhanced expanded memory specification -
58 удаление данных при несанкционированном проникновении в компьютерную систему
Programming: memory leakУниверсальный русско-английский словарь > удаление данных при несанкционированном проникновении в компьютерную систему
-
59 управление распределением памяти
Programming: memory managementУниверсальный русско-английский словарь > управление распределением памяти
-
60 флэш-память, блочно-ориентированная электрически программируемая постоянная память
Programming: electrically erasable read-only memoryУниверсальный русско-английский словарь > флэш-память, блочно-ориентированная электрически программируемая постоянная память
См. также в других словарях:
Memory barrier — Memory barrier, also known as membar or memory fence or fence instruction, is a type of barrier and a class of instruction which causes a central processing unit (CPU) or compiler to enforce an ordering constraint on memory operations issued… … Wikipedia
Memory corruption — happens when the contents of a memory location are unintentionally modified due to programming errors; this is known as violating memory safety. When the corrupted memory contents are used later in the computer program, it leads either to program … Wikipedia
Programming paradigm — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concu … Wikipedia
Memory bound function — Memory bound refers to a situation in which the time to complete a given computational problem is decided primarily by the amount of available memory to hold data. In other words, the limiting factor of solving a given problem is the memory… … Wikipedia
Memory pool — Memory pools, also called fixed size blocks allocation, allow dynamic memory allocation comparable to malloc or C++ s operator new. As those implementations suffer from fragmentation because of variable block sizes, it can be impossible to use… … Wikipedia
Memory Type Range Registers — (MTRRs) are control registers that provide system software with control of how accesses to memory ranges by the CPU are cached. It uses a set of programmable model specific registers (MSRs) which are special registers provided by most modern CPUs … Wikipedia
Memory type range register — Memory type range registers (MTRRs) are a set of processor supplementary capabilities control registers that provide system software with control of how accesses to memory ranges by the CPU are cached. It uses a set of programmable model specific … Wikipedia
Memory-level parallelism — or MLP is a term in computer architecture referring to the ability to have pending multiple memory operations, in particular cache misses or translation lookaside buffer misses, at the same time. In a single processor, MLP may be considered a… … 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 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 segmentation — is the division of computer memory into segments or sections. Segments or sections are also used in object files of compiled programs when they are linked together into a program image, or the image is loaded into memory. In a computer system… … Wikipedia