Skip to content

Free Store

codescracker C++ Free Store

Free Store is a pool of unallocated heap memory given to a program that is used by the program for dynamic allocation during the execution of program.

Every program is provided with a pool of unallocated heap memory that it may utilize during the execution. This pool of available memory is referred to as free store of the program.