Doxygen Source Code Documentation
        
Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search   
machdep.h File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <dirent.h>
Go to the source code of this file.
Define Documentation
  
    | 
        
          | #define DISCARD_EXCESS_EXPOSES |  | 
  
    | 
        
          | #define DONT_CHECK_FOR_MWM |  | 
  
    | 
        
          | #define DYNAMIC_LOADING_VIA_DL |  | 
  
    | 
        
          | #define FIX_SCALE_SIZE_PROBLEM |  | 
  
    | 
        
          | #define SCANDIR_WANTS_CONST |  | 
  
    | 
        
          | #define THD_MKDIR_MODE   (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) |  | 
  
    | 
        
          | #define THD_MMAP_FLAG   MAP_SHARED |  | 
Function Documentation
  
    |  | 
 
Definition at line 14 of file machdep.c.
 
 00015 {
00016    
00017 
00018 #ifdef USING_MCW_MALLOC
00019    if( AFNI_yesenv("AFNI_FORCE_MCW_MALLOC") ) enable_mcw_malloc();
00020 #endif
00021 
00022    
00023 
00024 #if defined(LINUX) && defined(M_MMAP_MAX)
00025    mallopt( M_MMAP_MAX , 1 ) ;
00026 #endif
00027 
00028 }
 |