Searched refs:m_allocator (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | PODArena.h | 120 : m_allocator(FastMallocAllocator::create()) in PODArena() 125 : m_allocator(allocator) in PODArena() 146 m_chunks.append(adoptPtr(new Chunk(m_allocator.get(), m_currentChunkSize))); in allocateBase() 167 : m_allocator(allocator) in Chunk() 171 m_base = static_cast<uint8_t*>(m_allocator->allocate(size)); in Chunk() 178 m_allocator->free(m_base); in ~Chunk() 198 Allocator* m_allocator; 204 RefPtr<Allocator> m_allocator; variable
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | ListHashSet.h | 136 OwnPtr<NodeAllocator> m_allocator; variable 379 , m_allocator(new NodeAllocator) in ListHashSet() 387 , m_allocator(new NodeAllocator) in ListHashSet() 408 m_allocator.swap(other.m_allocator); in swap() 565 …ool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(value, m_allocator.get()); in add() 575 …> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(newValue, m_allocator.get()); in insertBefore() 631 node->destroy(m_allocator.get()); in unlinkAndDelete() 674 node->destroy(m_allocator.get()); in deleteAllNodes()
|
/external/webkit/Source/JavaScriptCore/yarr/ |
D | YarrInterpreter.h | 332 , m_allocator(allocator) in BytecodePattern() 359 BumpPointerAllocator* m_allocator; member
|
D | YarrInterpreter.cpp | 1389 allocatorPool = pattern->m_allocator->startAllocator(); in interpret() 1406 pattern->m_allocator->stopAllocator(); in interpret()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | RTree.h | 89 android::LinearAllocator* m_allocator; variable
|
D | RTree.cpp | 136 : m_allocator(allocator) in RTree() 177 return m_allocator->alloc(sizeof(Node)); in allocateNode()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 4849 Changed m_allocator to be an OwnPtr instead of doing an explicit delete. 4850 Fixed bug in copy constructor where we'd have an uninitialized m_allocator.
|