00001 00038 #ifndef MALLOC_H_INCLUDED 00039 #define MALLOC_H_INCLUDED 00040 00041 #if defined(CONFIG_MALLOC_SIMPLE) 00042 # include <malloc/simple.h> 00043 #else 00044 # error No malloc() implementation is available 00045 #endif 00046 00047 #endif /* MALLOC_H_INCLUDED */
1.6.3