Hi all, I have an app which is allocating contiguous memory using Memory_contigAlloc(), but I'm running out of memory. It seems I can specify how much memory will be available to CMEM when it is loaded into the kernel. Currently, I load cmem.ko with the following parameters:
insmod cmemk.ko phys_start=0x87800000 phys_end=0x88000000 pools=1x3145728,3x829440,1x61440,1x10240 phys_start and phys_end are pretty clear, but what is the purpose of pools? They also seem to be specifying memory sizes, but why are there four? Is it related to alignment perhaps? Does anyone know where documentation for CMEM is located? Cheers Darren _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
