Subject | English | German |
comp., MS | corrupted heap pointer | beschädigter Heapzeiger (An access violation that occurs most typically when a block is allocated in one heap and freed in another) |
comp., MS | heap pointer | Heapzeiger (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) |