]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Frsh memory support added, and a test example upload
authoriripoll <iripoll@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 11 Jun 2008 13:58:41 +0000 (13:58 +0000)
committeriripoll <iripoll@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 11 Jun 2008 13:58:41 +0000 (13:58 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1248 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_configuration_parameters.h

index 45a67a6826cfa9475f70a2d725e897a26482c612..9fc8463125a116fd38cc8024acd306f05fbdc27b 100644 (file)
@@ -352,6 +352,9 @@ int frsh_priority_map (unsigned long plevel);
 #define FRSH_SO_NANOS_PER_KB            0
 
 
+/* Default memory pool's size in Kbytes */
+#define FRSH_DYNAMIC_MEMORY_POOL_SIZE 1024
+
 /*@}*/
 
 /*@}*/