capi/ssdalloc.h File Reference
Go to the source code of this file.
Define Documentation
| #define CURSORWIN_SIZE 19200 |
| #define CURSORWIN_START_MEM SCRATCHWIN_START_MEM+SCRATCHWIN_SIZE |
| #define FILEBUFFER_SIZE 4*1024 |
| #define FILEBUFFER_START_MEM 0 |
| #define FLOATWIN_SIZE 64*1024 |
| #define FLOATWIN_START_MEM FILEBUFFER_START_MEM+FILEBUFFER_SIZE |
| #define FREE_SIZE 10*1024-TERMCURSOR_SIZE |
| #define FREE_START_MEM TERMCURSOR_START_MEM+TERMCURSOR_SIZE |
| #define MAINWIN_SIZE 320*240*2 |
| #define MAINWIN_START_MEM 256*1024-MAINWIN_SIZE |
| #define SCRATCHWIN_SIZE 320*32*2 |
| #define SCRATCHWIN_START_MEM FLOATWIN_START_MEM+FLOATWIN_SIZE |
| #define TERMCURSOR_SIZE 21 |
| #define TERMCURSOR_START_MEM CURSORWIN_START_MEM+CURSORWIN_SIZE |