Dma
Dma
functions,structures.
two types of storage
1. complie time 2. run time
DYNAMIC MEMORY ALLOCATION
allocat and deallocat which can be done at run time.
four function:
malloc(),calloc(),
Computer memory
1. local variable
2. Dynamic memory
3.global variable
4. Proograms instruction
5. Static variable
malloc() function
- it is predefined library function that stand for memory allocation.
- allocate a specified size of memory block at run time.