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