Home | History | Annotate | Download | only in src

Lines Matching refs:allocator

2174   HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
2175 HeapEntry* entry = allocator->AllocateEntry(ptr);
2183 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
2185 return entry != NULL ? entry : AddEntry(ptr, allocator);