Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 10359:ec05728ce7f0
guard against >2GB allocations with 32-bit ptrs on weird platforms
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 25 Feb 2010 14:45:32 +0100 |
parents | 72fab01e5d68 |
children | b4f67ca318d8 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,4 +1,8 @@ - +2010-02-25 Jaroslav Hajek <highegg@gmail.com> + + * oct-mem.h (safe_size_comp): New helper func. + (no_ctor_new): Call it here. + 2010-02-25 Jaroslav Hajek <highegg@gmail.com> * oct-mem.h (copy_or_memcpy, fill_or_memset, no_ctor_new): Accept