Home | History | Annotate | Download | only in heap

Lines Matching refs:PoolEntry

745     class PoolEntry {
747 PoolEntry(DataType* data, PoolEntry* next)
753 PoolEntry* next;
756 PoolEntry* m_pool[NumberOfHeaps];