From: Eric Andersen Date: Tue, 12 Jul 2005 20:13:59 +0000 (-0000) Subject: trim whitespace X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1fb759908f0cc38fd0b763fb7908eef515f4af33;p=oweals%2Fbusybox.git trim whitespace --- 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