Kaynağa Gözat

mem: fix TLSF max pool limit

Camille Oudot 10 yıl önce
ebeveyn
işleme
fe379acb5f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      mem/tlsf.c

+ 1 - 1
mem/tlsf.c

@@ -47,7 +47,7 @@ enum tlsf_private
 	** TODO: We can increase this to support larger sizes, at the expense
 	** of more overhead in the TLSF structure.
 	*/
-	FL_INDEX_MAX = 40,
+	FL_INDEX_MAX = 39,
 #else
 	FL_INDEX_MAX = 30,
 #endif