Searched refs:C2LinearAllocation (Results 1 – 6 of 6) sorted by relevance
48 std::shared_ptr<C2LinearAllocation> *allocation) override;52 std::shared_ptr<C2LinearAllocation> *allocation) override;
123 class C2AllocationIon : public C2LinearAllocation {133 virtual bool equals(const std::shared_ptr<C2LinearAllocation> &other) const override;385 bool C2AllocationIon::equals(const std::shared_ptr<C2LinearAllocation> &other) const { in equals()404 : C2LinearAllocation(size), in C2AllocationIon()408 : C2LinearAllocation(size), in C2AllocationIon()505 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation> *allocation) { in newLinearAllocation()533 const C2Handle *handle, std::shared_ptr<C2LinearAllocation> *allocation) { in priorLinearAllocation()
120 _C2Block1DImpl(const std::shared_ptr<C2LinearAllocation> &alloc, in _C2Block1DImpl()148 std::shared_ptr<C2LinearAllocation> getAllocation() const { in getAllocation()153 std::shared_ptr<C2LinearAllocation> mAllocation;336 std::shared_ptr<C2LinearAllocation> alloc; in fetchLinearBlock()378 const std::shared_ptr<C2LinearAllocation> &alloc, in CreateLinearBlock()398 std::shared_ptr<C2LinearAllocation> alloc; in CreateLinearBlock()414 std::shared_ptr<C2LinearAllocation> alloc; in CreateLinearBlock()481 std::shared_ptr<C2LinearAllocation> *c2Allocation);522 LinearAllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc) in LinearAllocationDtor()527 const std::shared_ptr<C2LinearAllocation> mAllocation;[all …]
549 class C2LinearAllocation; variable649 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in newLinearAllocation()673 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in priorLinearAllocation()745 class C2LinearAllocation : public _C2LinearCapacityAspect {817 virtual bool equals(const std::shared_ptr<C2LinearAllocation> &other) const = 0;821 C2LinearAllocation(size_t capacity) : _C2LinearCapacityAspect(c2_min(capacity, UINT32_MAX)) {} in C2LinearAllocation() function822 virtual ~C2LinearAllocation() = default;978 class C2LinearAllocation; variable
74 const std::shared_ptr<C2LinearAllocation> &alloc,
334 std::shared_ptr<C2LinearAllocation> mLinearAllocation;