summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-07-12 20:13:59 +0000
committerEric Andersen <andersen@codepoet.org>2005-07-12 20:13:59 +0000
commit1fb759908f0cc38fd0b763fb7908eef515f4af33 (patch)
tree157cdbc2eacc83e02bce88cbbe433b52ff52c6ec
parent10427ab5282582f407fab329638c187ae6b0c244 (diff)
downloadbusybox-1_00_stable_10817.tar.gz
trim whitespace1_00_stable_10817
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index cef25cfdf..9566cda0c 100644
--- a/TODO
+++ b/TODO
@@ -111,7 +111,7 @@ Memory Allocation
allocation on the stack or the heap. Unfortunately, we're not using it much.
We need to audit our memory allocations and turn a lot of malloc/free calls
into RESERVE_CONFIG_BUFFER/RELEASE_CONFIG_BUFFER.
-
+
And while we're at it, many of the CONFIG_FEATURE_CLEAN_UP #ifdefs will be
optimized out by the compiler in the stack allocation case (since there's no
free for an alloca()), and this means that various cleanup loops that just