[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: malloc and alignment
From: |
Richard Stallman |
Subject: |
Re: malloc and alignment |
Date: |
Sat, 28 Jun 2003 22:30:31 -0400 |
In all three cases, malloc (or memalign) itself does not use up much
extra memory (in the case of memalign, it uses up a lot of memory
if we memalign (16384) which is why I only memalign (16380).
The actual number of bytes per float used up in the three cases is:
- 12.14
- 8.74
- 8.26
With those ratios, I'd say it is efficient enough, for cons cells too.
Please install your changes.
- Re: malloc and alignment, (continued)
Re: malloc and alignment, Miles Bader, 2003/06/16
Re: malloc and alignment, Stephen J. Turnbull, 2003/06/17
Message not available