Sq3Lite PACKAGE - functions related to index 'Internal' and doc 'Memory' … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3Lite_HardHeapLimit64 (OtClass_ARGS) |
Python: → C-API Impose A Limit On Heap Size … | |
static OT_ProcRet | pysq3lite_Sq3Lite_ReleaseMemory (OtClass_ARGS) |
Python: → C-API Attempt To Free Heap Memory … | |
static OT_ProcRet | pysq3lite_Sq3Lite_SoftHeapLimit64 (OtClass_ARGS) |
Python: → C-API Impose A Limit On Heap Size … | |
Sq3Lite PACKAGE - functions related to index 'Internal' and doc 'Memory' …
Attempt To Free Heap Memory:
Impose A Limit On Heap Size:
Reference code from sqlite3:
|
static |
Python:
→ C-API [static] int64 HardHeapLimit64(N:int64)
Impose A Limit On Heap Size …
Definition at line 2226 of file LibSq3Lite_py.c.
|
static |
Python:
→ C-API [static] ReleaseMemory(N:int32)
Attempt To Free Heap Memory …
Definition at line 2241 of file LibSq3Lite_py.c.
|
static |
Python:
→ C-API [static] int64 SoftHeapLimit64(N:int64)
Impose A Limit On Heap Size …
Definition at line 2257 of file LibSq3Lite_py.c.