Double the default small allocation size from 4 to 8.
This accepts the compromise that this will increase the amount of memory used in certain cases.
*/
#ifndef _di_f_iki_default_allocation_step_
#define F_iki_default_allocation_large_d F_memory_default_allocation_large_d
- #define F_iki_default_allocation_small_d 4
+ #define F_iki_default_allocation_small_d 8
#endif // _di_f_iki_default_allocation_step_
#ifdef __cplusplus
*/
#ifndef _di_f_memory_default_allocation_step_
#define F_memory_default_allocation_large_d 64
- #define F_memory_default_allocation_small_d 4
+ #define F_memory_default_allocation_small_d 8
#endif // _di_f_memory_default_allocation_step_
/**