Memory - Allocation (Request)

Card Puncher Data Processing

About

The task of fulfilling an allocation request consists of locating a block of unused memory of sufficient size.

Memory requests are satisfied by allocating portions from a large pool of memory called the heap or free store. At any given time, some parts of the heap are in use, while some are “free” (unused) and thus available for future allocations.

Documentation / Reference





Discover More
Card Puncher Data Processing
Object - Static

static means shared across all the instances of the Class (object). The following class structure may be static: a variable a method It means that their memory allocation lifetime is the entire...



Share this page:
Follow us:
Task Runner