
17 Apr
2008
17 Apr
'08
9:40 a.m.
"Phil Bouchard" <philippe@fornux.com> wrote in message news:fu75as$lb$1@ger.gmane.org...
"Memory usage having a power of 2 (sizeof(void *) * 2)" What does this mean?
sizeof(void *) + sizeof(void *) == sizeof(shifted_ptr<void>)
Sorry I meant: sizeof(shifted_ptr<void> [256]) == sizeof(void *) * 512 I just wanted to point out it remains a multiple of 2 which is very convenient (not a power but multiple). -Phil