diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-10 18:15:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-10 18:15:37 +0200 |
commit | c0be4dbd9ee0b35eb228d71032cbe0020ee5c6fa (patch) | |
tree | fcf302f65c36d2048406b6e285970aa91c87dcdd /TODO | |
parent | add abspath and relpath (diff) | |
download | slibc-c0be4dbd9ee0b35eb228d71032cbe0020ee5c6fa.tar.gz slibc-c0be4dbd9ee0b35eb228d71032cbe0020ee5c6fa.tar.bz2 slibc-c0be4dbd9ee0b35eb228d71032cbe0020ee5c6fa.tar.xz |
update todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,3 +16,9 @@ input/output overview (15 p429) debugging support (16 p435) input/output on streams (17 p439) +It should be possible to configure malloc, calloc, and +realloc to allocate some extra space. This is usable +for single-threaded allocations; they do not need to +realloc strings returned by functions with +__attribute__((malloc)), to append a string or character. + |