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 | 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) |