#memory-management
Read more stories on Hashnode
Articles with this tag
Garbage collection (GC) is an essential feature in many modern programming languages, ensuring efficient memory management by automatically reclaiming...
Introduction In modern operating systems, memory management is an essential aspect of providing efficient and reliable computing. Memory management...
What is Paging in OS? Paging is a memory management technique used by computer operating systems to manage the memory of a computer system. It is a...
Heap Memory Heap memory is a larger memory space used to store objects and data that are not defined at compile time. It is used for dynamic memory...
Deciding when to use a process or a thread depends on several factors, including the task to be performed, the hardware resources available, and the...
Linux uses a demand-paged virtual memory management system, which allows applications to use more memory than is physically available in the system....