The ROme OpTimistic Simulator  2.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
_malloc_area Struct Reference

This structure let DyMeLoR handle one malloc area (for serving given-size memory requests) More...

#include <dymelor.h>

+ Collaboration diagram for _malloc_area:

Data Fields

atomic_t presence
 
size_t chunk_size
 
int alloc_chunks
 
int dirty_chunks
 
int next_chunk
 
int num_chunks
 
int idx
 
int state_changed
 
simtime_t last_access
 
struct _malloc_areaself_pointer
 
rootsim_bitmapuse_bitmap
 
rootsim_bitmapdirty_bitmap
 
void * area
 
int prev
 
int next
 

Detailed Description

This structure let DyMeLoR handle one malloc area (for serving given-size memory requests)

Definition at line 96 of file dymelor.h.


The documentation for this struct was generated from the following file: