]> Kevux Git Server - fll/commitdiff
Update: set default allocation step to 4
authorKevin Day <thekevinday@gmail.com>
Sat, 2 May 2020 16:30:11 +0000 (11:30 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 2 May 2020 16:30:11 +0000 (11:30 -0500)
This will better coincide with UTF-9 4-byte wide characters.

level_0/f_memory/c/memory.h

index 9cd3ef445a185bb67d8d08a14a6db35b196d2d01..c71c21800b0fb2efa3c4d85b321cef5eeda2767b 100644 (file)
@@ -61,7 +61,7 @@ extern "C" {
  * Other projects may provide their own values.
  */
 #ifndef _di_f_memory_default_allocation_step_
-  #define f_memory_default_allocation_step 3
+  #define f_memory_default_allocation_step 4
 #endif // _di_f_memory_default_allocation_step_
 
 /**