/external/angle/src/common/ |
D | PoolAlloc.cpp | 29 PoolAllocator::PoolAllocator(int growthIncrement, int allocationAlignment) in PoolAllocator() function in angle::PoolAllocator 43 void PoolAllocator::initialize(int pageSize, int alignment) in initialize() 94 PoolAllocator::~PoolAllocator() in ~PoolAllocator() 148 void PoolAllocator::push() in push() 171 void PoolAllocator::pop() in pop() 210 void PoolAllocator::popAll() in popAll() 216 void *PoolAllocator::allocate(size_t numBytes) in allocate() 293 void *PoolAllocator::allocateNewPage(size_t numBytes, size_t allocationSize) in allocateNewPage() 320 void PoolAllocator::lock() in lock() 326 void PoolAllocator::unlock() in unlock()
|
D | PoolAlloc_unittest.cpp | 22 PoolAllocator poolAllocator; in TEST() 62 PoolAllocator poolAllocator(4096, alignment); in TEST_P()
|
D | PoolAlloc.h | 123 class PoolAllocator : angle::NonCopyable 131 PoolAllocator(int growthIncrement = 8 * 1024, int allocationAlignment = kDefaultAlignment); 136 ~PoolAllocator();
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | pool_allocator.cc | 36 PoolAllocator::PoolAllocator(size_t pool_size_limit, bool auto_resize, in PoolAllocator() function in tensorflow::PoolAllocator 51 PoolAllocator::~PoolAllocator() { Clear(); } in ~PoolAllocator() 95 void* PoolAllocator::AllocateRaw(size_t alignment, size_t num_bytes) { in AllocateRaw() 136 void PoolAllocator::DeallocateRaw(void* ptr) { in DeallocateRaw() 156 void PoolAllocator::Clear() { in Clear() 174 void PoolAllocator::RemoveFromList(PtrRecord* pr) { in RemoveFromList() 192 void PoolAllocator::AddToList(PtrRecord* pr) { in AddToList() 205 void PoolAllocator::EvictOne() { in EvictOne()
|
D | pool_allocator.h | 44 class PoolAllocator : public Allocator { 56 PoolAllocator(size_t pool_size_limit, bool auto_resize, 59 ~PoolAllocator() override;
|
D | process_state.h | 34 class PoolAllocator; variable
|
D | process_state.cc | 111 new PoolAllocator(/*pool_size_limit=*/100, /*auto_resize=*/true, in GetCPUAllocator()
|
/external/angle/src/compiler/translator/ |
D | PoolAlloc.cpp | 30 angle::PoolAllocator *GetGlobalPoolAllocator() in GetGlobalPoolAllocator() 33 return static_cast<angle::PoolAllocator *>(GetTLSValue(PoolIndex)); in GetGlobalPoolAllocator() 36 void SetGlobalPoolAllocator(angle::PoolAllocator *poolAllocator) in SetGlobalPoolAllocator()
|
D | PoolAlloc.h | 29 extern angle::PoolAllocator *GetGlobalPoolAllocator(); 30 extern void SetGlobalPoolAllocator(angle::PoolAllocator *poolAllocator); 99 angle::PoolAllocator &getAllocator() const { return *GetGlobalPoolAllocator(); } in getAllocator()
|
D | Compiler.h | 78 angle::PoolAllocator allocator;
|
D | Compiler.cpp | 178 TScopedPoolAllocator(angle::PoolAllocator *allocator) : mAllocator(allocator) in TScopedPoolAllocator() 190 angle::PoolAllocator *mAllocator;
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | pool_allocator_test.cc | 31 PoolAllocator pool( in TEST() 51 PoolAllocator pool( in TEST() 86 PoolAllocator pool( in TEST() 105 PoolAllocator pool(2 /*pool_size_limit*/, true /*auto_resize*/, in TEST() 153 PoolAllocator pool(2 /*pool_size_limit*/, false /*auto_resize*/, in TEST() 253 PoolAllocator pool( in TEST()
|
D | gpu_process_state.h | 37 class PoolAllocator; variable
|
/external/angle/src/tests/perf_tests/ |
D | CompilerPerf.cpp | 200 angle::PoolAllocator allocator; in IsPlatformAvailable() 262 angle::PoolAllocator mAllocator;
|
/external/angle/src/tests/test_utils/ |
D | ShaderCompileTreeTest.h | 56 angle::PoolAllocator mAllocator;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.h | 84 CommandGraphNode(CommandGraphNodeFunction function, angle::PoolAllocator *poolAllocator); 249 angle::PoolAllocator *mPoolAllocator; 575 explicit CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator); 625 angle::PoolAllocator *mPoolAllocator;
|
D | CommandGraph.cpp | 34 angle::PoolAllocator *poolAllocator, in InitAndBeginCommandBuffer() 47 angle::PoolAllocator *poolAllocator, in InitAndBeginCommandBuffer() 427 angle::PoolAllocator *poolAllocator) in CommandGraphNode() 939 CommandGraph::CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator) in CommandGraph()
|
D | SecondaryCommandBuffer.h | 696 void initialize(angle::PoolAllocator *allocator) in initialize() 825 angle::PoolAllocator *mAllocator;
|
D | vk_helpers.h | 1245 angle::PoolAllocator mAllocator;
|
/external/angle/src/tests/compiler_tests/ |
D | ImmutableString_test.cpp | 33 angle::PoolAllocator allocator;
|
D | Type_test.cpp | 22 angle::PoolAllocator allocator; in TEST()
|
D | IntermNode_test.cpp | 134 angle::PoolAllocator allocator;
|