heap (n)~ A portion of memory reserved for a program to use for the te…
페이지 정보
본문
heap (n)~ A portion of memory reserved for a program to use for the temporary storage of data structures whose existence or size cannot be determined until the program is running. heap corruption (n)~ A type of corruption that affects the data in the Windows heap such as damages caused by a buffer overrun writing to a stray pointer or a double-free.