Categorized | BASIS, SAP

Tags | ,

What is Heap Memory?

Posted on 29 March 2010 by admin

Heap Memory stores User Context when Extended Memory allocated to a work process gets exhausted and the work process requires more space to continue. Heap Memory stores contains same type of Data as Extended Memory. Heap Memory is allocated dynamically according to requirement and not during system startup. When the workprocess starts using heap area it enters in to PRIV mode

Comments are closed.