A project which is small - 02/12/2016 22:27 EST

Cerrado Publicado hace 7 años Pagado a la entrega
Cerrado Pagado a la entrega

Using the process generator , generate a set of

50 processes with different memory and cycle (i.e. runtime) requirements. You may assume that

the processes arrive in the system every 50 cycles (e.g., at times 0, 50,100, 150, 200, …etc.). Also, you

can assume that once a process has started, it will run to completion (i.e., there is no scheduling).

However, a process can only start executing if the required memory is available and can be allocated.

1. Assuming that the combined memory requirement of all 50 processes is less than 10 MB, use the

system calls malloc() and free() to dynamically allocate and de-allocate memory to your

processes. Measure the total system time that is required to simulate the execution of your 50

processes.

2. Develop your own memory management system with corresponding function calls my_malloc()

and my_free() to manage a pre-defined block of memory of size 10MB. The function

my_malloc() will try to find the required chunk of memory within the pre-defined 10MB

block and allocate it to an arriving process. Upon completion, the memory partition is returned

to the memory pool via the function my_free(), to be used by other processes. Compare the

performance of your memory manager to the performance of malloc() and free(). Note that

you memory manager does only call the system’s malloc() once to request the initial 10MB

block, hence you are reducing the number of context switches.

3. Assume that the available memory is less than the sum of requirements of all 50 processes.

Modify your system such that a process can only execute if the required memory can be

allocated, otherwise, the process will have to wait in a special queue for memory to become

available. For a given set of 50 processes, analyze the overall completion of your simulation

under the assumption that:

• The system only has 50% of the memory required by the set of 50 processes.

• The system only has 10% of the memory required by the set of 50 processes.

The required memory per process is always guaranteed to be less than system memory

Programación en C

Nº del proyecto: #12260947

Sobre el proyecto

4 propuestas Proyecto remoto Activo hace 7 años

4 freelancers están ofertando un promedio de $30 por este trabajo

hbxfnzwpf

I am very proficient in c and c++. I have 16 years c++ developing experience now, and have worked for more than 6 years. My work is online game developing, and mainly focus on server side, using c++ under linux environ Más

$50 USD en 1 día
(133 comentarios)
6.9
mascotsoft4

Dear Client, Greeting of the day ahead !!! Thanks for providing us opportunity to place bid over the project and communicate with you. I am a serious bidder here and i have already worked on a similar project befor Más

$23 USD en 6 días
(1 comentario)
1.3