comparison 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
comparison
equal deleted inserted replaced
10358:72fab01e5d68 10359:ec05728ce7f0
1 2010-02-25 Jaroslav Hajek <highegg@gmail.com>
2
3 * oct-mem.h (safe_size_comp): New helper func.
4 (no_ctor_new): Call it here.
1 5
2 2010-02-25 Jaroslav Hajek <highegg@gmail.com> 6 2010-02-25 Jaroslav Hajek <highegg@gmail.com>
3 7
4 * oct-mem.h (copy_or_memcpy, fill_or_memset, no_ctor_new): Accept 8 * oct-mem.h (copy_or_memcpy, fill_or_memset, no_ctor_new): Accept
5 size_t rather than octave_idx_type. 9 size_t rather than octave_idx_type.