Memory Management for Windows Programming
-
-
Abstract
Memory management is a key technique for applications program design under Windows multitask systems. In order to reduce memory occupation both in space and time, the applications program should pay more attention in selecting the form of memory organization and should reduce or limit unnecessary memory objects and use movable objects.Reasonable memory management can prevent from GP errors.
-
-