• Jean-Paul Saman's avatar
    object_heap.c: calculate the correct index into the heap. · 515c1a0d
    Jean-Paul Saman authored
    The location of an object in the heap was wrongly determined, by applying the HEAP_ID_MASK to the object id. Instead the heap->id_offset should have been substracted from the object id. The object id is created by using the i-th position plus heap->id_offset.
    515c1a0d
object_heap.h 3.62 KB