pub unsafe extern "C" fn ulConfigSetMinSmallHeapSize(
config: ULConfig,
size: c_uint,
)Expand description
The minimum size of small VM heaps in JavaScriptCore.
Set this to a lower value to make these heaps start with a smaller initial value.
(Default = 1 * 1024 * 1024)