Subject | English | Chinese simplified |
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) |