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

Comparing rxvt-unicode/src/rxvtutil.C (file contents):
Revision 1.21 by sf-exg, Tue Oct 28 09:05:33 2014 UTC vs.
Revision 1.22 by sf-exg, Wed Nov 12 12:12:02 2014 UTC

47zero_initialized::operator delete (void *p, size_t s) 47zero_initialized::operator delete (void *p, size_t s)
48{ 48{
49 free (p); 49 free (p);
50} 50}
51 51
52void *
53operator new (size_t s) throw (std::bad_alloc)
54{
55 // TODO: use rxvt_malloc
56 return malloc (s);
57}
58
59void
60operator delete (void *p) throw ()
61{
62 free (p);
63}
64
65static void *temp_buf; 52static void *temp_buf;
66static uint32_t temp_len; 53static uint32_t temp_len;
67 54
68void * 55void *
69rxvt_temp_buf (int len) 56rxvt_temp_buf (int len)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines