Show
Ignore:
Timestamp:
08/20/07 18:40:16 (1 year ago)
Author:
bart
Message:

Add code that checks the shared memory chunks if needed to make sure no data

was written past the boundary. Change #undef MM_CHECK in mm.c to
#define MM_CHECK

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/mm.h

    r286 r333  
    6767const char* mm_shm_type(); 
    6868const char* mm_sem_type(); 
     69void mm_check_mem(void *x); 
    6970 
    7071#define MM_PROT_NONE  1