Sq3Lite PACKAGE - functions related to index 'Internal' and doc 'Memory' … More...
Collaboration diagram for Sq3Lite_Internal_Memory_RB_API:Functions | |
| static OT_ProcRet | rbsq3lite_Sq3Lite_HardHeapLimit64 (OtClass_ARGS) |
Ruby: → C-API Impose A Limit On Heap Size … | |
| static OT_ProcRet | rbsq3lite_Sq3Lite_ReleaseMemory (OtClass_ARGS) |
Ruby: → C-API Attempt To Free Heap Memory … | |
| static OT_ProcRet | rbsq3lite_Sq3Lite_SoftHeapLimit64 (OtClass_ARGS) |
Ruby: → 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 |
Ruby: → C-API (static) int64 Sq3Lite.HardHeapLimit64(N:int64)
Impose A Limit On Heap Size …
Definition at line 1897 of file LibSq3Lite_rb.c.
|
static |
Ruby: → C-API (static) Sq3Lite.ReleaseMemory(N:int32)
Attempt To Free Heap Memory …
Definition at line 1909 of file LibSq3Lite_rb.c.
|
static |
Ruby: → C-API (static) int64 Sq3Lite.SoftHeapLimit64(N:int64)
Impose A Limit On Heap Size …
Definition at line 1922 of file LibSq3Lite_rb.c.