
Go to the source code of this file.
Functions | |
| static int | maxInt (int a, int b) |
| static void * | alloc_lum () |
| size_t | CkGetFileStripeSize (const char *filename) |
Definition at line 11 of file fs_parameters.c.
Referenced by alloc_lum().

| static void* alloc_lum | ( | ) | [static] |
Definition at line 15 of file fs_parameters.c.
References malloc(), and maxInt().
Referenced by CkGetFileStripeSize().


| size_t CkGetFileStripeSize | ( | const char * | filename | ) |
Definition at line 25 of file fs_parameters.c.
References alloc_lum(), free(), and strdup().
Referenced by Ck::IO::impl::Director::openFile().


1.5.5