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'