From 3eee39dff50614d772ffbe42089130f57f324541 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 23 Aug 2014 16:38:25 -0600 Subject: [PATCH] Upate ChangeLog --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 130465a745..8a43a738c2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8224,4 +8224,9 @@ the task group is released (2014-8-22). * mm/mm_granreserve.c and and mm_granmark.c: gran_reserve(): Add a new function to reserve unallocatable regions in the granule heap - (2014-8-23). + (2014-8-23). + * include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page + allocator based on the existing NuttX granule allocator. I am not + certain if the granule allocator is sufficiently deterministic for + long range use, but it gets get a page allocator in place for testing + very quickly (2014-8-23).