Subject | English | Korean |
comp., MS | corrupted heap pointer | 손상된 힙 포인터 (An access violation that occurs most typically when a block is allocated in one heap and freed in another) |
comp., MS | fault tolerant heap | 내결함성 있는 힙 (A heap manager that can tolerate some types of programming errors (faults) which in the default Windows heap manager would result in crashes) |
comp., MS | heap corruption | 힙 손상 (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) |
comp., MS | heap pointer | 힙 포인터 (An address of a memory location within the locations managed by the system and belonging to a heap. All Win32 and NT level heap interfaces take as first parameter a pointer to the heap where the operation should happen) |