Home
last modified time | relevance | path

Searched refs:PoolAllocator (Results 1 – 22 of 22) sorted by relevance

/external/angle/src/common/
DPoolAlloc.cpp29 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()
DPoolAlloc_unittest.cpp22 PoolAllocator poolAllocator; in TEST()
62 PoolAllocator poolAllocator(4096, alignment); in TEST_P()
DPoolAlloc.h123 class PoolAllocator : angle::NonCopyable
131 PoolAllocator(int growthIncrement = 8 * 1024, int allocationAlignment = kDefaultAlignment);
136 ~PoolAllocator();
/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.cc36 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()
Dpool_allocator.h44 class PoolAllocator : public Allocator {
56 PoolAllocator(size_t pool_size_limit, bool auto_resize,
59 ~PoolAllocator() override;
Dprocess_state.h34 class PoolAllocator; variable
Dprocess_state.cc111 new PoolAllocator(/*pool_size_limit=*/100, /*auto_resize=*/true, in GetCPUAllocator()
/external/angle/src/compiler/translator/
DPoolAlloc.cpp30 angle::PoolAllocator *GetGlobalPoolAllocator() in GetGlobalPoolAllocator()
33 return static_cast<angle::PoolAllocator *>(GetTLSValue(PoolIndex)); in GetGlobalPoolAllocator()
36 void SetGlobalPoolAllocator(angle::PoolAllocator *poolAllocator) in SetGlobalPoolAllocator()
DPoolAlloc.h29 extern angle::PoolAllocator *GetGlobalPoolAllocator();
30 extern void SetGlobalPoolAllocator(angle::PoolAllocator *poolAllocator);
99 angle::PoolAllocator &getAllocator() const { return *GetGlobalPoolAllocator(); } in getAllocator()
DCompiler.h78 angle::PoolAllocator allocator;
DCompiler.cpp178 TScopedPoolAllocator(angle::PoolAllocator *allocator) : mAllocator(allocator) in TScopedPoolAllocator()
190 angle::PoolAllocator *mAllocator;
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dpool_allocator_test.cc31 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()
Dgpu_process_state.h37 class PoolAllocator; variable
/external/angle/src/tests/perf_tests/
DCompilerPerf.cpp200 angle::PoolAllocator allocator; in IsPlatformAvailable()
262 angle::PoolAllocator mAllocator;
/external/angle/src/tests/test_utils/
DShaderCompileTreeTest.h56 angle::PoolAllocator mAllocator;
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.h84 CommandGraphNode(CommandGraphNodeFunction function, angle::PoolAllocator *poolAllocator);
249 angle::PoolAllocator *mPoolAllocator;
575 explicit CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator);
625 angle::PoolAllocator *mPoolAllocator;
DCommandGraph.cpp34 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()
DSecondaryCommandBuffer.h696 void initialize(angle::PoolAllocator *allocator) in initialize()
825 angle::PoolAllocator *mAllocator;
Dvk_helpers.h1245 angle::PoolAllocator mAllocator;
/external/angle/src/tests/compiler_tests/
DImmutableString_test.cpp33 angle::PoolAllocator allocator;
DType_test.cpp22 angle::PoolAllocator allocator; in TEST()
DIntermNode_test.cpp134 angle::PoolAllocator allocator;