#ifndef ROM_FLAG


#include "staticmalloc.h"

#define STATICMALLOC_BLOCKSIZE (1*64)
#define STATICMALLOC_BLOCKMAX (256*16)
extern size_t staticMallocFlag[];
extern char staticMallocMemory[];
extern staticMallocDataT staticMallocData;


#endif  /*ROM_FLAG */
