summaryrefslogtreecommitdiffstats
path: root/src/core/ebuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Removing obsolete files.Michael Brown2007-07-011-80/+0Star
|
* Moved most buffer debug messages to DBG2.Michael Brown2007-01-291-4/+12
| | | | | | | | | Make expand_buffer() a non-inline function, so that we can add debug messages. Expandable buffers now don't *always* round up to the next power of two. This allows e.g. loading a 137MB ISO image on a machine with only 256MB RAM...
* Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown2007-01-161-3/+3
| | | | | reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t).
* Build automatically expanding buffers from struct buffer and erealloc().Michael Brown2007-01-121-0/+72