answersLogoWhite

0

What is static memory management?

Updated: 9/28/2023
User Avatar

Wiki User

12y ago

Best Answer

static memory management i.e we are fixed the memory location with there size & that fixed size jobs will appear

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is static memory management?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is memory management?

static memory management i.e we are fixed the memory location with there size & that fixed size jobs will appear


Is Cache memory in static ram?

Yes the cache memory is a static memory because if the static memory if we want to clear the memory the memory was clear because of this property it is static memory.


Why main memory use dynamic memory rather than static memory?

Dynamic memory changes and static stays the same.


Functions of the memory manager?

Memory management functions handle the allocation and deallocationof dynamic Memory. These functions form an abstraction layer above the standard C memory management functionsmalloc, free, and realloc.This block of functions can be replaced by the user with custom code to implement a different memory management scheme. For example, an embedded system application might want to use a fixed-sized static block from which to allocate.


Who uses static budget?

Management


What is static and dynamic memory?

A computer is built to contain two kinds of memory. There is static memory, which stays in the computer after it is powered off. Then there is dynamic memory, which is memory that is only accessible while the computer is on. The hard drive is an example of static memory, while RAM is an example of dynamic memory.


C plus plus uses dynamic memory management?

No, C++ does not use dynamic memory management. The programmer is entirely responsible for releasing dynamic memory when it is no longer required. When static objects fall from scope, their destructors are called automatically, but there is no automatic garbage collection for dynamic objects. Allocated memory remains allocated until the programmer manually releases it, or the thread that owns the memory is terminated.


What memory is in the hard drive?

A hard drive is static or nonvolatile memory.


What is another name for static memory and memory sticks?

USB memory keys or flash drives


Difference between dynamic and static memory?

dynamic is the study of motin,while static is at rest it means that the memory which is used at motin time as by usic calloc,mallaoc,free function ,on the other hand static is the memory which only used at compile time or at the time of work in during progrmming,static memory has drawback ,the drawback is that in this memory ware unable to use the excess memory as we allocate already to cover or improvre this type of problem we use dynamic memory allocation.


3Explain the function of OS in memory management?

function of memory management


What can static analysis NOT find?

Memory leaks