Sq3Lite PACKAGE - functions related to index 'Internal' and doc 'Memory' … More...
Functions | |
static long | cssq3lite.Sq3Lite.HardHeapLimit64 (long N) |
C#: → C-API Impose A Limit On Heap Size … | |
static void | cssq3lite.Sq3Lite.ReleaseMemory (int N) |
C#: → C-API Attempt To Free Heap Memory … | |
static long | cssq3lite.Sq3Lite.SoftHeapLimit64 (long N) |
C#: → 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:
|
inlinestatic |
C#:
→ C-API [static] long HardHeapLimit64(long N)
Impose A Limit On Heap Size …
Definition at line 1048 of file LibSq3Lite_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] ReleaseMemory(int N)
Attempt To Free Heap Memory …
Definition at line 1054 of file LibSq3Lite_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] long SoftHeapLimit64(long N)
Impose A Limit On Heap Size …
Definition at line 1060 of file LibSq3Lite_cs.cs.