Hello all, working on an application for an ARM target (no MMU!) with uClinux I ran into a strange problem. When I try to allocate 4MB of RAM the allocation fails. If I then try to allocate 4MB minus 4k (one page) it works. But then no other application can allocate memory until the first application either frees its memory again or gets killed by the kernel to make more RAM available. /proc/meminfo shows that there are ~10MB of free RAM. Meanwhile I checked the value of MAX_ORDER which is set to 13. So any ideas out there?
Thanks and Regards, Christoph _______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev