Jancy Standard Library Reference
1.12
Standard Typedefs
RTL (Runtime Library)
Core RTL
Garbage Collection
struct jnc.GcStats
struct jnc.GcTriggers
Overview
Detailed Documentation
Async-await
Regular Expressions
Dynamic Layouts
Introspection
C Runtime Functions
General Purpose Library
System Facilities
IO (Input/Output) Library
‘disposable’ Variables
‘errorcode’ Functions
Global Namespace
Jancy Standard Library Reference
RTL (Runtime Library)
Garbage Collection
struct jnc.GcTriggers
struct jnc.GcTriggers
struct
GcTriggers
{
// fields
size_t
m_allocSizeTrigger
;
size_t
m_periodSizeTrigger
;
};