|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include "sqliteInt.h"Go to the source code of this file.
Classes | |
| struct | Mem5Link |
| struct | Mem5Global |
Macros | |
| #define | LOGMAX 30 |
| #define | CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ |
| #define | CTRL_FREE 0x20 /* True if not checked out */ |
| #define | mem5 GLOBAL(struct Mem5Global, mem5) |
| #define | MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom])) |
Typedefs | |
| typedef struct Mem5Link | Mem5Link |
Functions | |
| const sqlite3_mem_methods * | sqlite3MemGetMemsys5 (void) |
| #define MEM5LINK | ( | idx | ) | ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom])) |
| const sqlite3_mem_methods* sqlite3MemGetMemsys5 | ( | void | ) |