English | French |
corrupted heap pointer | pointeur de tas endommagé (An access violation that occurs most typically when a block is allocated in one heap and freed in another) |
heap pointer | pointeur de tas (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) |