usermode/library/configuration/default/pmalloc.py

00001 ########################################################################
00002 #                                                                    
00003 #         PERSISTENT MEMORY ALLOCATOR BUILD-TIME CONFIGURATION               
00004 #                                                                    
00005 ########################################################################
00006 
00007 ########################################################################
00008 # GENALLOC: Determines the generic persistent memory allocator
00009 # 
00010 # GENALLOC_DOUGLEA: persistent memory allocator based on Doug Lea's 
00011 #   memory allocator (dlmalloc)
00012 #   
00013 # GENALLOC_VISTAHEAP: persistent memory allocator based on Vistaheap 
00014 #
00015 ########################################################################
00016 
00017 GENALLOC = 'GENALLOC_DOUGLEA'

Generated on Sat Apr 23 11:43:35 2011 for Mnemosyne by  doxygen 1.4.7