frameaddress
Frameaddress is a term used in computing to refer to the address of a memory frame within a fixed-size block of physical memory or within a frame buffer. A frame is a contiguous region of memory used in paging and buffering, and the frameaddress identifies the base location of that region.
In paging systems, an address is typically decomposed into a frame number and an offset within the
In graphics and video hardware, a frameaddress identifies where a frame in a frame buffer is stored
In embedded and hardware contexts, a frameaddress may be stored in a frame address register or provided
Notes: the concept differs from a stack frame or an object frame, though terminology can overlap across