Article # 413, added by Geoworks, historical record
| first | previous | index | next | last |

Will MemAlloc return a block larger than what's currently free?



Q. Will MemAlloc ever return a block bigger than
   MemGetInfo( SGIT_LARGEST_FREE_BLOCK )?

A. Yes. MemAlloc compacts the heap if there is not a big enough block.