Changeset 1015 for trunk/core/main.c


Ignore:
Timestamp:
01/02/11 10:05:19 (2 years ago)
Author:
reyalP
Message:

experimental support for alternate memory allocator, see http://chdk.setepontos.com/index.php?topic=5980.msg59128#msg59128

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/main.c

    r992 r1015  
    7070    spytask_can_start=0; 
    7171 
     72#ifdef OPT_EXMEM_MALLOC 
     73        exmem_malloc_init(); 
     74#endif 
     75 
    7276#ifdef CAM_CHDK_PTP 
    7377    init_chdk_ptp_task(); 
Note: See TracChangeset for help on using the changeset viewer.