CompuServe Thread

FastFileIO

3 messages in this thread
#116149From: Jim VogelMar 28, 1988 6:24 PM
Steve, Won;t that only work if the memory is allocated sequentailly? As in the case of allocating a large block? If the address's are allocated one at a time, how would you garauntee that the next address was actually the next location in memory? Or are I REALLY confused? By the way, if you did allocate all that memory in a block at once, how would you break it down in to smaller block's? Thanks, Jim Vogel
#117004From: Steve FaiwiszewskiApr 1, 1988 2:02 PM
Jim, I'm sorry but I don't understand what you're referring to. What will only work if memory is allocated sequentially? – Steve –
#117032From: Jim VogelApr 1, 1988 5:18 PM
Steve, If you incrment a pointer the way you are saying, how do you garuntee that the next pointer is at the next address? Jim vogel