From mboxrd@z Thu Jan 1 00:00:00 1970 From: pengyu xue To: ecos-discuss@sourceware.cygnus.com Subject: [ECOS] malloc function Date: Wed, 06 Sep 2000 19:09:00 -0000 Message-id: X-SW-Source: 2000-09/msg00076.html Thanks Andrew Lunn! I use malloc function in my test program, it works well. While in my device_init function, it stops. But I do want to use the dynamic memory allocation in my device driver, can you tell me how to solve this problem? Many thanks!