static allocation (n)~ Apportionment of memory that occurs once usually when the program starts. The memory remains allocated during the program’s execution and is not deallocated until the program is finished.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 16 조회
- 목록
본문
static allocation (n)~ Apportionment of memory that occurs once usually when the program starts. The memory remains allocated during the program’s execution and is not deallocated until the program is finished.