ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/salloc.h
(Generate patch)

Comparing rxvt-unicode/src/salloc.h (file contents):
Revision 1.3 by pcg, Sun May 9 18:19:49 2004 UTC vs.
Revision 1.4 by root, Wed Nov 5 14:43:54 2008 UTC

3 3
4#include <cstdlib> 4#include <cstdlib>
5 5
6// small blocks allocator 6// small blocks allocator
7 7
8struct rxvt_salloc { 8struct rxvt_salloc
9{
9 struct chain { 10 struct chain {
10 struct chain *next; 11 struct chain *next;
11 }; 12 };
12 13
13 chain *firstblock; 14 chain *firstblock;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines