Constant glib::collections::strv::MAX_STACK_ALLOCATION
source ยท const MAX_STACK_ALLOCATION: usize = 16;
Expand description
Maximum number of pointers to stack-allocate before falling back to a heap allocation.
The beginning will be used for the pointers, the remainder for the actual string content.