Searched refs:IndirectRefSlot (Results 1 – 2 of 2) sorted by relevance
37 table_ = (IndirectRefSlot*) malloc(initialCount * sizeof(IndirectRefSlot)); in init()41 memset(table_, 0xd1, initialCount * sizeof(IndirectRefSlot)); in init()79 IndirectRefSlot* slot; in add()107 IndirectRefSlot* newTable = in add()108 (IndirectRefSlot*) realloc(table_, newSize * sizeof(IndirectRefSlot)); in add()118 (newSize - alloc_entries_) * sizeof(IndirectRefSlot)); in add()187 const IndirectRefSlot* table) { in findObject()
119 struct IndirectRefSlot { struct204 explicit iref_iterator(IndirectRefSlot* table, size_t i, size_t capacity) : in iref_iterator()232 IndirectRefSlot* table_;255 IndirectRefSlot* table_;