Project

General

Profile

« Previous | Next » 

Revision 2d6962dd

Added by danij about 13 years ago

Refactor/Cleanup of the console buffer class:
  • Removed support for an unlimited number of lines
  • Get the memory zone online before the console subsystem
  • Allocate memory for CBuffer'ed text lines from the Zone so we
    can benefit from the custom heap allocator rather than allocate
    tiny fragments from the real heap (and which will likely need
    to remain resident for an extended period of time).
  • Renamed source files to cbuffer.c/h

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences