void free(void *p) { if(exmem_heap) suba_free(exmem_heap,p); else free(p);}
Nice, compiles and runs on SX30 - will do some testing to see how it goes.One thing, in wrappers.c you have:Code: [Select]void free(void *p) { if(exmem_heap) suba_free(exmem_heap,p); else free(p);}Should the call to free(p) in here be _free(p) to avoid a recursive loop?Phil.
I've hit one problem on both the SX30 and G12.Recording a movie results in a corrupt movie file, and after stopping the recording the CHDK menu font is also corrupted.If I disable OPT_EXMEM_ALLOC movie recording works fine on both camera.Regards,Phil.
Is there a way to get a list of currently allocated memory blocks?
@Bernd R,for ixus1000 100D ExMem.AllocCacheableMemory is at FF890950
Started by Microfunguy General Discussion and Assistance
Started by mp9_sit Script Writing
Started by Barney Fife Completed and Working Scripts
Started by Lebeau General Discussion and Assistance
Started by CanonBlue General Help and Assistance on using CHDK stable releases