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

Comparing rxvt-unicode/src/salloc.C (file contents):
Revision 1.3 by pcg, Wed Dec 24 09:22:29 2003 UTC vs.
Revision 1.4 by pcg, Sat Jan 31 00:20:21 2004 UTC

1#include "salloc.h" 1#include "salloc.h"
2 2
3#define SALLOC_BLOCK 65536 // size of basic block to allocate 3#define SALLOC_BLOCK 65536 // size of basic block to allocate
4 4
5rxvt_salloc::rxvt_salloc (int size) 5rxvt_salloc::rxvt_salloc (unsigned int size)
6{ 6{
7 this->size = size < sizeof (chain) ? sizeof (chain) : size; 7 this->size = size < sizeof (chain) ? sizeof (chain) : size;
8 firstline = 0; 8 firstline = 0;
9 firstblock = 0; 9 firstblock = 0;
10 firstfree = SALLOC_BLOCK; 10 firstfree = SALLOC_BLOCK;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines