Sq3Lite PACKAGE - functions related to index 'Internal' and doc 'Memory' … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3Lite_HardHeapLimit64 (OtClass_ARGS) |
Tcl: → C-API Impose A Limit On Heap Size … | |
static OT_ProcRet | tclsq3lite_Sq3Lite_ReleaseMemory (OtClass_ARGS) |
Tcl: → C-API Attempt To Free Heap Memory … | |
static OT_ProcRet | tclsq3lite_Sq3Lite_SoftHeapLimit64 (OtClass_ARGS) |
Tcl: → 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 |
Tcl:
→ C-API (static) int64 [Sq3Lite HardHeapLimit64 N:int64]
Impose A Limit On Heap Size …
Definition at line 4900 of file LibSq3Lite_tcl.c.
|
static |
Tcl:
→ C-API (static) Sq3Lite ReleaseMemory N:int32
Attempt To Free Heap Memory …
Definition at line 4915 of file LibSq3Lite_tcl.c.
|
static |
Tcl:
→ C-API (static) int64 [Sq3Lite SoftHeapLimit64 N:int64]
Impose A Limit On Heap Size …
Definition at line 4931 of file LibSq3Lite_tcl.c.