C
#define FS_DYNAMIC_MEM
Description
The FS_DYNAMIC_MEM macro will cause FSFILE objects to be allocated from a dynamic heap. If it is undefined, the file objects will be allocated using a static array.
#define FS_DYNAMIC_MEM
The FS_DYNAMIC_MEM macro will cause FSFILE objects to be allocated from a dynamic heap. If it is undefined, the file objects will be allocated using a static array.