| View previous topic :: View next topic |
| Author |
Message |
JimBob Guest
|
Posted: Thu May 03, 2007 5:00 am Post subject: How do i set the memory alignment for the borland MM? |
|
|
I'v searched the newsgroups and got the impression it is posible, but cant
find out how to do it. I'd like to ensure all memory blocks are 16 byte
aligned.
thanks,
jb |
|
| Back to top |
|
 |
Freddy Guest
|
Posted: Thu May 03, 2007 4:05 pm Post subject: Re: How do i set the memory alignment for the borland MM? |
|
|
Hi:
SetMinimumBlockAlignment(mba16Byte);
"JimBob" <a (AT) b (DOT) c> wrote in message news:46392624$1 (AT) newsgroups (DOT) borland.com...
| Quote: | I'v searched the newsgroups and got the impression it is posible, but cant
find out how to do it. I'd like to ensure all memory blocks are 16 byte
aligned.
thanks,
jb
|
|
|
| Back to top |
|
 |
JimBob Guest
|
Posted: Thu May 03, 2007 10:33 pm Post subject: Re: How do i set the memory alignment for the borland MM? |
|
|
"Freddy" <remote (AT) nogmail (DOT) com> wrote in message
news:4639c1f5$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi:
SetMinimumBlockAlignment(mba16Byte);
|
Where would be the best place to put that? |
|
| Back to top |
|
 |
|